We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad6418 commit e3d8807Copy full SHA for e3d8807
Dockerfile
@@ -6,4 +6,4 @@ RUN pip install -r requirements.txt
6
7
COPY . .
8
9
-CMD python lechbot.py --irc
+CMD ["python", "lechbot.py", "--irc"]
0 commit comments