Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -44,7 +44,7 @@ USER pn
|
|
44 |
WORKDIR $HOME/app
|
45 |
|
46 |
COPY --chown=pn backend backend
|
47 |
-
USER
|
48 |
COPY --chown=pn default.conf /etc/nginx/conf.d/default.conf
|
49 |
|
50 |
# Prepare the entrypoint script
|
|
|
44 |
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
|