didvan-app/Dockerfile

3 lines
99 B
Docker

FROM nginx:latest
COPY ./build/web /usr/share/nginx/html/
ENTRYPOINT ["nginx", "-g", "daemon off;"]