pianello-web-app/Dockerfile

7 lines
89 B
Docker

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