hamza82 commited on
Commit
0332be2
·
verified ·
1 Parent(s): 5cd9ae4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ USER pn
44
  WORKDIR $HOME/app
45
 
46
  COPY --chown=pn backend backend
47
- USER pn
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