Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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/
|