martynka commited on
Commit
95ce71e
·
verified ·
1 Parent(s): 469fa93

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/admin/app.py &
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