This commit is contained in:
144 changed files with 20649 additions and 0 deletions

9
images/nginx/Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM nginx
COPY www/first.loc /var/www/first.loc
COPY hosts/first.conf /etc/nginx/conf.d/
RUN rm -f /etc/nginx/conf.d/default.conf
RUN rm -rf /var/www/first.loc/src
WORKDIR /var/www/first.loc