Skip to content

Commit

Permalink
Print docker context during build.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Oct 24, 2022
1 parent bc2daeb commit 5c68827
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 @@ -35,6 +35,7 @@ COPY Gemfile Gemfile.lock ./
RUN bundle config set --local without development:test
RUN bundle install --retry=3 --jobs=4
COPY . .
RUN find

# Run the container as an unprivileged user
RUN mkdir -p tmp
Expand Down

0 comments on commit 5c68827

Please sign in to comment.