We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cd087 commit 594aec1Copy full SHA for 594aec1
1 file changed
Dockerfile
@@ -1,8 +1,8 @@
1
FROM ruby:3.4.2 AS base
2
3
-RUN bundle config --global frozen 1 && \
4
- mkdir -p /vendor/bundle && \
5
- bundle config set --local path /vendor/bundle
+RUN bundle config set frozen 'true' && \
+ bundle config set path '/vendor/bundle'
+
6
WORKDIR /usr/src/app
7
8
COPY Gemfile Gemfile.lock ./
0 commit comments