Skip to content

Commit

Permalink
the db and storage folders are not present in this app
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Aug 31, 2024
1 parent 0e17c97 commit bc1b201
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 @@ -55,7 +55,7 @@ COPY --from=build /rails /rails

# Run and own only the runtime files as a non-root user for security
RUN useradd rails --create-home --shell /bin/bash && \
chown -R rails:rails db log storage tmp
chown -R rails:rails log tmp
USER rails:rails

# Entrypoint prepares the database.
Expand Down

0 comments on commit bc1b201

Please sign in to comment.