updated Dockerfile

This commit is contained in:
Klemek
2021-03-16 12:17:28 +01:00
parent 19be57dc7e
commit 747563e61e
+1 -1
View File
@@ -9,7 +9,7 @@ COPY requirements.txt ./
RUN pip install -r requirements.txt
RUN mkdir logs && touch logs/guilds.log && ln -s logs/guilds.log guilds.log
RUN touch logs/guilds.log && ln -s logs/guilds.log guilds.log
# Bundle app source
COPY . .