BinaryONe
commited on
Commit
·
854e18a
1
Parent(s):
1f8085b
InitialCommit -Rectification in Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ ADD ./resources.tar /var/www/portfolio
|
|
22 |
# Backup original nginx.conf and copy new one
|
23 |
#RUN mv /etc/nginx/nginx.conf /etc/nginx/nginx.conf.orig
|
24 |
COPY ./nginx.conf /etc/nginx/nginx.conf
|
25 |
-
COPY ./default.conf /etc/nginx/conf.d/default.conf
|
26 |
|
27 |
# Python virtual environment
|
28 |
RUN python3 -m venv /app/PyEnv && \
|
|
|
22 |
# Backup original nginx.conf and copy new one
|
23 |
#RUN mv /etc/nginx/nginx.conf /etc/nginx/nginx.conf.orig
|
24 |
COPY ./nginx.conf /etc/nginx/nginx.conf
|
25 |
+
#COPY ./default.conf /etc/nginx/conf.d/default.conf
|
26 |
|
27 |
# Python virtual environment
|
28 |
RUN python3 -m venv /app/PyEnv && \
|