Update Dockerfile

This commit is contained in:
Klemek
2021-06-09 15:38:20 +02:00
committed by GitHub
parent acbcce304e
commit a3eb623205
+1 -1
View File
@@ -9,7 +9,7 @@ COPY requirements.txt ./
RUN pip install -r requirements.txt
RUN touch logs/guilds.log && ln -s logs/guilds.log guilds.log
RUN touch logs/guilds.log && touch guilds.log && ln -s logs/guilds.log guilds.log
# Bundle app source
COPY . .