We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b173536 commit c2805b1Copy full SHA for c2805b1
1 file changed
Dockerfile
@@ -62,7 +62,7 @@ COPY --from=build /rails /rails
62
RUN groupadd --system --gid 1000 rails && \
63
useradd rails --uid 1000 --gid 1000 --create-home --shell /bin/bash && \
64
mkdir -p storage && \
65
- chown -R rails:rails log tmp storage
+ chown -R rails:rails db log tmp storage
66
USER 1000:1000
67
68
# Entrypoint prepares the database.
0 commit comments