We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bef745 commit fe5c06aCopy full SHA for fe5c06a
1 file changed
examples/from-dockerfile/Dockerfile
@@ -2,7 +2,7 @@ FROM ubi8/ruby-33
2
3
ADD --chown=default:root app-src ./
4
5
-RUN bundle config set --local path ./bundle && \
+RUN echo 'BUNDLE_PATH: "bundle"' >> .bundle/config && \
6
bundle install
7
8
CMD exec bundle exec "rackup -P /tmp/rack.pid --host 0.0.0.0 --port 8080"
0 commit comments