Clone04 commited on
Commit
8d75d41
·
verified ·
1 Parent(s): 2715095

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,7 +37,7 @@ RUN pip install --no-cache-dir -r requirements.txt
37
  COPY --chown=pn nginx.conf /etc/nginx/sites-available/default
38
 
39
  # Copy Unity game server build
40
- COPY --chown=pn build/ /home/pn/app/build/
41
 
42
  # Copy the run script
43
  COPY --chown=pn run.sh /home/pn/app/
 
37
  COPY --chown=pn nginx.conf /etc/nginx/sites-available/default
38
 
39
  # Copy Unity game server build
40
+ #COPY --chown=pn build/ /home/pn/app/build/
41
 
42
  # Copy the run script
43
  COPY --chown=pn run.sh /home/pn/app/