Dockerfile 189 B

12345
  1. FROM nginx:alpine
  2. COPY nginx.conf /etc/nginx/nginx.conf
  3. COPY prayer-generator/license /usr/share/nginx/html/license
  4. COPY css /usr/share/nginx/html/css
  5. COPY index.html /usr/share/nginx/html