Skip to content

Commit e3d8807

Browse files
author
lagaffe
committed
json style CMD in docker
1 parent 8ad6418 commit e3d8807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ RUN pip install -r requirements.txt
66

77
COPY . .
88

9-
CMD python lechbot.py --irc
9+
CMD ["python", "lechbot.py", "--irc"]

0 commit comments

Comments
 (0)