martynka commited on
Commit
2c7585d
·
verified ·
1 Parent(s): dfea48f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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