Skip to content

Commit

Permalink
Include both postgres and mysql gems in container images
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Sep 27, 2023
1 parent 9f5c7a8 commit 8397b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM bundle as bundle-dev
LABEL stage=build
LABEL project=avalon
RUN bundle config set --local without 'production' \
&& bundle config set --local with 'aws development test postgres' \
&& bundle config set --local with 'aws development test postgres mysql' \
&& bundle install


Expand Down Expand Up @@ -106,7 +106,7 @@ FROM bundle as bundle-prod
LABEL stage=build
LABEL project=avalon
RUN bundle config set --local without 'development test' \
&& bundle config set --local with 'aws production postgres' \
&& bundle config set --local with 'aws production postgres mysql' \
&& bundle install


Expand Down

0 comments on commit 8397b8b

Please sign in to comment.