Skip to content

Commit c2805b1

Browse files
committed
chore: fix minor db permission
1 parent b173536 commit c2805b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ COPY --from=build /rails /rails
6262
RUN groupadd --system --gid 1000 rails && \
6363
useradd rails --uid 1000 --gid 1000 --create-home --shell /bin/bash && \
6464
mkdir -p storage && \
65-
chown -R rails:rails log tmp storage
65+
chown -R rails:rails db log tmp storage
6666
USER 1000:1000
6767

6868
# Entrypoint prepares the database.

0 commit comments

Comments
 (0)