Skip to content

Commit

Permalink
Merge pull request #118 from stuartmaxwell:update-dockerfile
Browse files Browse the repository at this point in the history
Update dockerfile
  • Loading branch information
stuartmaxwell authored Oct 8, 2024
2 parents 50b2665 + 245a488 commit fb9d40a
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 @@ -19,6 +19,9 @@ ENV UV_LINK_MODE=copy \
UV_PYTHON_DOWNLOADS=never \
UV_PYTHON=python3.12

# Create directory for the datatbase
RUN mkdir -p /app/db

# Add the backup script
COPY backup.sh /app/

Expand Down

0 comments on commit fb9d40a

Please sign in to comment.