martynka commited on
Commit
633350e
·
verified ·
1 Parent(s): a0be3b9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -250,7 +250,7 @@ EOF
250
  COPY <<"EOF" /app/start.sh
251
  #!/bin/sh
252
  # Start the combined server
253
- python3 /app/combined_server.py
254
  EOF
255
  RUN chmod +x /app/start.sh
256
 
 
250
  COPY <<"EOF" /app/start.sh
251
  #!/bin/sh
252
  # Start the combined server
253
+ python3 /app/server.py
254
  EOF
255
  RUN chmod +x /app/start.sh
256