Skip to content

Commit

Permalink
feat: create logs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
WasinUddy committed Sep 22, 2023
1 parent 7b2c103 commit cd54a90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ COPY . /app

RUN pip install -r requirements.txt

RUN mkdir -p /app/logs

CMD ["python", "main.py"]

0 comments on commit cd54a90

Please sign in to comment.