Skip to content

Commit fe5c06a

Browse files
committed
test
1 parent 6bef745 commit fe5c06a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/from-dockerfile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubi8/ruby-33
22

33
ADD --chown=default:root app-src ./
44

5-
RUN bundle config set --local path ./bundle && \
5+
RUN echo 'BUNDLE_PATH: "bundle"' >> .bundle/config && \
66
bundle install
77

88
CMD exec bundle exec "rackup -P /tmp/rack.pid --host 0.0.0.0 --port 8080"

0 commit comments

Comments
 (0)