Nodiw52992 commited on
Commit
d0eff7a
·
verified ·
1 Parent(s): 5b9a7e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,4 +2,4 @@ FROM python:3.12
2
  WORKDIR /app
3
  COPY * /app/
4
  RUN pip install -r requirements.txt
5
- CMD ["python", "worker.py"]
 
2
  WORKDIR /app
3
  COPY * /app/
4
  RUN pip install -r requirements.txt
5
+ CMD ["python", "manager.py"]