Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -45,6 +45,7 @@ WORKDIR $HOME/app
|
|
| 45 |
|
| 46 |
COPY --chown=pn backend backend
|
| 47 |
USER root
|
|
|
|
| 48 |
COPY --chown=pn default.conf /etc/nginx/conf.d/default.conf
|
| 49 |
|
| 50 |
# Prepare the entrypoint script
|
|
|
|
| 45 |
|
| 46 |
COPY --chown=pn backend backend
|
| 47 |
USER root
|
| 48 |
+
COPY --chown=pn nginx.conf /etc/nginx/nginx.conf
|
| 49 |
COPY --chown=pn default.conf /etc/nginx/conf.d/default.conf
|
| 50 |
|
| 51 |
# Prepare the entrypoint script
|