Skip to content

Commit

Permalink
include dev dependencies in docker build so we can use esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Mar 4, 2024
1 parent 7354994 commit f251031
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 @@ -23,7 +23,7 @@ RUN yarn install --prod

RUN gem install bundler -v 2.4.13
RUN bundle config set --local deployment 'true'
RUN bundle config set --local without 'development test'
RUN bundle config set --local without 'test'
COPY Gemfile* ./
RUN bundle install

Expand Down

0 comments on commit f251031

Please sign in to comment.