Skip to content

Commit c251b7d

Browse files
committed
1.8.1 - Wprowadzono niebuforowany stdout - fix
1 parent fa320bb commit c251b7d

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
@@ -3,4 +3,4 @@ WORKDIR /PoliBot
33
COPY . .
44
RUN pip install youtube-dl asyncio discord.py urllib3
55
RUN git pull
6-
CMD [ "python", "main.py" ]
6+
CMD [ "python", "-u", "main.py" ]

0 commit comments

Comments
 (0)