hamza82 commited on
Commit
4ca6995
·
verified ·
1 Parent(s): 7c937d5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -46,8 +46,8 @@ WORKDIR $HOME/app
46
 
47
  COPY --chown=pn backend backend
48
  USER root
49
- COPY --chown=pn nginx.conf /etc/nginx/nginx.conf
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
 
46
 
47
  COPY --chown=pn backend backend
48
  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