Skip to content

Commit

Permalink
fix: update Dockerfile to correct documentation directory removal path
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnandan1 committed Feb 16, 2025
1 parent 5373636 commit beceace
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 @@ -58,7 +58,7 @@ COPY . .
# TODO: Reevaluate permissions (possibly reduce?)...
# Remove docs directory and ensure required directories exist
RUN rm -rf src/routes/\(docs\) && \
rm -rf src/static/documentation && \
rm -rf static/documentation && \
mkdir -p uploads database && \
# TODO: Consider changing below to `chmod -R u-rwX,g=rX,o= uploads database`
chmod -R 750 uploads database
Expand Down

0 comments on commit beceace

Please sign in to comment.