Skip to content

Commit

Permalink
add bash
Browse files Browse the repository at this point in the history
for convenience
  • Loading branch information
p-wall committed Jun 25, 2024
1 parent e5a96d3 commit ed3190b
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 @@ -28,7 +28,7 @@ WORKDIR /app
COPY --from=build /app /app
COPY --from=build /usr/local/bundle /usr/local/bundle
COPY --from=build /app/vendor/bundle /app/vendor/bundle
RUN apk --no-cache add --virtual postgresql-dev postgresql-client tzdata
RUN apk --no-cache add --virtual postgresql-dev postgresql-client tzdata bash
ENV RAILS_ENV=production

ARG REVISION
Expand Down

0 comments on commit ed3190b

Please sign in to comment.