We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ac3f1 commit 39d4020Copy full SHA for 39d4020
.bundle/config
@@ -1,3 +1,2 @@
1
---
2
BUNDLE_PATH: "vendor/bundle"
3
-BUNDLE_FORCE_RUBY_PLATFORM: "true"
Dockerfile
@@ -14,7 +14,6 @@ RUN dnf -y update && \
14
15
# Add Admin Tool Code to the image
16
COPY Gemfile* /var/task/
17
-COPY .bundle/config.docker /var/task/.bundle/config
18
19
# Bundle dependencies
20
RUN bundle install
0 commit comments