pianello-web-app/Dockerfile

8 lines
95 B
Docker
Raw Normal View History

2023-05-29 07:22:31 +02:00
FROM nginx
EXPOSE 80
RUN rm -rf /usr/share/nginx/html/*
2023-05-31 16:26:03 +02:00
COPY ./dist/ /usr/share/nginx/html/