Skip to content
This repository was archived by the owner on Aug 15, 2021. It is now read-only.

Commit 150ecf0

Browse files
authored
Dockerfile: fix shebang
1 parent 8ce59f2 commit 150ecf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ COPY . .
1818
ENV PATH="/home/bot/bin:$PATH"
1919

2020
# Run
21-
CMD ["python3", "-m*, "ubotindo"]
21+
CMD ["python3", "-m", "ubotindo"]

0 commit comments

Comments
 (0)