pianello-web-app/Dockerfile

8 lines
96 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:01:47 +02:00
COPY ./build/ /usr/share/nginx/html/