hamza82 commited on
Commit
5c4fedb
·
verified ·
1 Parent(s): 2200c3e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -49,6 +49,8 @@ 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
54
  RUN chmod +x run.sh
 
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
+ USER pn
53
+ RUN ls -a
54
  # Prepare the entrypoint script
55
  COPY --chown=pn run.sh run.sh
56
  RUN chmod +x run.sh