updated Dockerfile

This commit is contained in:
Klemek
2021-03-16 12:11:00 +01:00
parent 9af3716977
commit a564449f82
+2
View File
@@ -7,6 +7,8 @@ COPY requirements.txt ./
RUN pip install -r requirements.txt
RUN mkdir logs && touch logs/guilds.log && ln -s logs/guilds.log guilds.log
# Bundle app source
COPY . .