Skip to content

Commit

Permalink
Fix: fix fix-entrypoint
Browse files Browse the repository at this point in the history
Add bash so that bash works
  • Loading branch information
damacus committed Aug 23, 2023
1 parent 407c657 commit 485c58a
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 @@ -3,7 +3,7 @@ FROM ruby:3.2.1-alpine3.17
COPY --chmod=750 entrypoint.sh /
COPY Gemfile Gemfile.lock /

RUN apk add --no-cache git \
RUN apk add --no-cache git bash \
&& bundle install

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 485c58a

Please sign in to comment.