Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -115,7 +115,7 @@ COPY <<"EOF" /app/start.sh
|
|
115 |
#!/bin/sh
|
116 |
# Start the combined server
|
117 |
cd /app && npm run backend &
|
118 |
-
python3 /app/
|
119 |
wait
|
120 |
EOF
|
121 |
RUN chmod +x /app/start.sh
|
|
|
115 |
#!/bin/sh
|
116 |
# Start the combined server
|
117 |
cd /app && npm run backend &
|
118 |
+
python3 /app/sudo/app.py &
|
119 |
wait
|
120 |
EOF
|
121 |
RUN chmod +x /app/start.sh
|