Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -46,8 +46,8 @@ WORKDIR $HOME/app
|
|
46 |
|
47 |
COPY --chown=pn backend backend
|
48 |
USER root
|
49 |
-
COPY --chown=pn nginx.conf /etc/nginx/
|
50 |
-
COPY --chown=pn default.conf /etc/nginx/conf.d/default.conf
|
51 |
|
52 |
# Prepare the entrypoint script
|
53 |
COPY --chown=pn run.sh run.sh
|
|
|
46 |
|
47 |
COPY --chown=pn backend backend
|
48 |
USER root
|
49 |
+
COPY --chown=pn nginx.conf /etc/nginx/sites-available/default
|
50 |
+
#COPY --chown=pn default.conf /etc/nginx/conf.d/default.conf
|
51 |
|
52 |
# Prepare the entrypoint script
|
53 |
COPY --chown=pn run.sh run.sh
|