1
0
Fork 0
mirror of https://gitlab.jonasled.de/jonasled/discordbot synced 2024-08-01 15:04:39 +02:00

fixed dockerfile entrypoint

This commit is contained in:
Jonas Leder 2020-04-02 19:21:12 +02:00
parent 9554679a83
commit a77d0d6697

View file

@ -13,4 +13,4 @@ RUN apt install sqlite3 -y
RUN python3 -m pip install -r requirements.txt
ENTRYPOINT bash
ENTRYPOINT python3 bot.py