Skip to content

Commit 594aec1

Browse files
Cleanup bundle configuration (#806)
1 parent 71cd087 commit 594aec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM ruby:3.4.2 AS base
22

3-
RUN bundle config --global frozen 1 && \
4-
mkdir -p /vendor/bundle && \
5-
bundle config set --local path /vendor/bundle
3+
RUN bundle config set frozen 'true' && \
4+
bundle config set path '/vendor/bundle'
5+
66
WORKDIR /usr/src/app
77

88
COPY Gemfile Gemfile.lock ./

0 commit comments

Comments
 (0)