martynka commited on
Commit
1046ebd
·
verified ·
1 Parent(s): 4b64cf1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -117,7 +117,7 @@ EOF
117
  COPY <<"EOF" /app/start.sh
118
  #!/bin/sh
119
  # Start the combined server
120
- cd /app && npm run start:backend &
121
  python3 /app/admin/app.py &
122
  wait
123
  EOF
 
117
  COPY <<"EOF" /app/start.sh
118
  #!/bin/sh
119
  # Start the combined server
120
+ cd /app && npm run backend &
121
  python3 /app/admin/app.py &
122
  wait
123
  EOF