Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -250,7 +250,7 @@ EOF
|
|
250 |
COPY <<"EOF" /app/start.sh
|
251 |
#!/bin/sh
|
252 |
# Start the combined server
|
253 |
-
python3 /app/
|
254 |
EOF
|
255 |
RUN chmod +x /app/start.sh
|
256 |
|
|
|
250 |
COPY <<"EOF" /app/start.sh
|
251 |
#!/bin/sh
|
252 |
# Start the combined server
|
253 |
+
python3 /app/server.py
|
254 |
EOF
|
255 |
RUN chmod +x /app/start.sh
|
256 |
|