Blazgo commited on
Commit
5645264
·
verified ·
1 Parent(s): b99b7b1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ COPY setup_petal_swarm.py /setup_petal_swarm.py
23
  EXPOSE 31337
24
 
25
  # Set the command to run the Python script on container startup
26
- CMD ["python", "/app/setup_petal_swarm.py"]
 
23
  EXPOSE 31337
24
 
25
  # Set the command to run the Python script on container startup
26
+ CMD ["python", "/setup_petal_swarm.py"]