3 lines
52 B
Docker
3 lines
52 B
Docker
|
FROM nginx
|
||
|
COPY dist /usr/share/nginx/html
|
||
|
EXPOSE 80
|