Skip to content

Commit

Permalink
[Fix-Dockerfile.dev] .ruby-version file is needed (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpontetto authored Jan 20, 2025
1 parent c7bfef8 commit 2942cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ COPY --link package.json yarn.lock .yarnrc.yml ./
RUN corepack enable
RUN yarn install --immutable

COPY --link Gemfile Gemfile.lock ./
COPY --link Gemfile Gemfile.lock .ruby-version ./
RUN bundle install -j 4

COPY --link . .
Expand Down

0 comments on commit 2942cac

Please sign in to comment.