5 lines
52 B
Docker
5 lines
52 B
Docker
|
FROM nginx:latest
|
||
|
|
||
|
COPY dist /usr/share/nginx/html
|
||
|
|