Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Klemek authored Jun 9, 2021
1 parent a3eb623 commit dbd859a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .
Expand Down

0 comments on commit dbd859a

Please sign in to comment.