We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6c9f7 commit 8d21d68Copy full SHA for 8d21d68
1 file changed
Dockerfile
@@ -17,6 +17,8 @@ FROM ruby:3.3.10-alpine AS build
17
postgresql-dev \
18
tzdata
19
20
+ RUN bundle config set force_ruby_platform true
21
+
22
COPY Gemfile* $ROOT
23
RUN bundle install
24
0 commit comments