Skip to content

Commit

Permalink
try chmoding the directory where the database gets added
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcquade committed Jul 1, 2024
1 parent b4c2d7f commit cd22828
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 @@ -19,6 +19,8 @@ WORKDIR /flask_app
COPY flask_app .

COPY --from=builder /flask_app/venv /flask_app/venv
RUN mkdir -p /flask_app/instance && \
chmod -R 754 /flask_app/instance
ENV PATH="/flask_app/venv/bin:$PATH"

EXPOSE 4000
Expand Down

0 comments on commit cd22828

Please sign in to comment.