Skip to content

Commit

Permalink
add extra step to add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
chinelo-obitube committed Feb 26, 2025
1 parent a35f405 commit d249e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN echo "gem: --no-rdoc --no-ri" > ~/.gemrc && gem install bundler
RUN bundle config force_ruby_platform true
RUN bundle install --jobs 20 --retry 5

RUN chown -R $DEPLOYUSER:$DEPLOYUSER /app
# Copy application files
COPY --chown=${DEPLOYUSER}:${DEPLOYUSER} . /app

Expand Down

0 comments on commit d249e14

Please sign in to comment.