pianello-web-app/Dockerfile

8 lines
89 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/*
COPY . /usr/share/nginx/html/