pianello-web-app/Dockerfile
Federico Bologni 9bfba0ac38
Some checks failed
ci/woodpecker/push/build Pipeline failed
Fix dist path in Dockerfile
2023-05-31 16:26:03 +02:00

7 lines
95 B
Docker

FROM nginx
EXPOSE 80
RUN rm -rf /usr/share/nginx/html/*
COPY ./dist/ /usr/share/nginx/html/