Dockerfile 78 B

1234
  1. FROM nginx:alpine
  2. RUN rm /usr/share/nginx/html/*
  3. COPY . /usr/share/nginx/html