Update Dockerfile
Browse files- 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", "/
|
|
|
23 |
EXPOSE 31337
|
24 |
|
25 |
# Set the command to run the Python script on container startup
|
26 |
+
CMD ["python", "/setup_petal_swarm.py"]
|