We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdeb57 commit 4a20e4fCopy full SHA for 4a20e4f
Dockerfile
@@ -75,7 +75,7 @@ COPY --from=build /rails /rails
75
# Run and own only the runtime files as a non-root user for security
76
RUN groupadd --system --gid 1000 rails && \
77
useradd rails --uid 1000 --gid 1000 --create-home --shell /bin/bash && \
78
- chown -R rails:rails db log storage tmp
+ chown -R rails:rails db log storage tmp app packages
79
USER 1000:1000
80
81
# Entrypoint prepares the database.
0 commit comments