hamza82 commited on
Commit
c985b27
·
verified ·
1 Parent(s): e084589

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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