Skip to content

Commit

Permalink
Mount /logs directory
Browse files Browse the repository at this point in the history
Signed-off-by: TheBoatyMcBoatFace <bentleyhensel@gmail.com>
  • Loading branch information
TheBoatyMcBoatFace committed Oct 12, 2023
1 parent dfcd663 commit 0605b94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ RUN pip install --upgrade pip \
&& pip install poetry \
&& poetry config virtualenvs.create false

# Create a logs directory in case nothing is mounted...
RUN mkdir /logs

# Create and set working directory
WORKDIR /app

Expand Down

0 comments on commit 0605b94

Please sign in to comment.