Skip to content

Commit

Permalink
🐞 fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
DrinkLessMilkTea committed Jul 18, 2024
1 parent 5d12c14 commit 47743ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions WorkerNodePython/WorkerNode/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM python:3.8-slim

COPY WorkerNode.py Event.py ApiMessageProcessor.py requirement.txt local.sh /
COPY WorkerNode.py Event.py ApiMessageProcessor.py requirement.txt local.sh ai.sh start.sh/
RUN pip install -r requirement.txt
CMD ["python3","WorkerNode.py"]

0 comments on commit 47743ce

Please sign in to comment.