ka1kuk commited on
Commit
3d9a748
1 Parent(s): 8f6a3bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ COPY script.py .
17
  RUN chmod +x script.py
18
 
19
  # Run the Python script when the container launches
20
- CMD ["python", "./script.py"]
 
17
  RUN chmod +x script.py
18
 
19
  # Run the Python script when the container launches
20
+ CMD ["python", "main.py"]