A web project/app to develop in docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
312 B

3 years ago
  1. FROM nginx
  2. MAINTAINER gmarxcc
  3. #enable the autoindex option
  4. RUN sed -i 'N; s/root \/usr\/share\/nginx\/html;\n index index.html index.htm;/root \/usr\/share\/nginx\/html;\n autoindex on;/' /etc/nginx/conf.d/default.conf
  5. #COPY nginx.conf /etc/nginx/nginx.conf
  6. #COPY html /usr/share/nginx/html