Skip to content

Commit

Permalink
fix: Fix a permissions issue on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zusorio committed Dec 20, 2024
1 parent 4a85ca2 commit 1177d99
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 @@ -27,7 +27,7 @@ COPY --from=build-frontend /app/dist/ ./frontend/dist/
EXPOSE 8000

COPY entrypoint.sh /entrypoint.sh
RUN chmod -R 777 ./frontend/
RUN chmod +x /entrypoint.sh && chmod -R 777 ./frontend/

# Run as non-root user per defaults
USER 1000
Expand Down

0 comments on commit 1177d99

Please sign in to comment.