Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -131,6 +131,7 @@ COPY <<"EOF" /app/start.sh
|
|
131 |
# Start the combined server
|
132 |
cd /app && npm run backend &
|
133 |
python3 /app/sudo/app.py &
|
|
|
134 |
wait
|
135 |
EOF
|
136 |
RUN chmod +x /app/start.sh
|
|
|
131 |
# Start the combined server
|
132 |
cd /app && npm run backend &
|
133 |
python3 /app/sudo/app.py &
|
134 |
+
caddy run --config /etc/caddy/Caddyfile &
|
135 |
wait
|
136 |
EOF
|
137 |
RUN chmod +x /app/start.sh
|