Update Dockerfile

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