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 50520da commit c80b282Copy full SHA for c80b282
Dockerfile.development
@@ -8,7 +8,6 @@ RUN mkdir /app /vendor && chown -R ruby:ruby /app /vendor
8
ENV LANG=C.UTF-8 \
9
BUNDLE_PATH=/vendor/bundle/$RUBY_VERSION \
10
BUNDLE_JOBS=4
11
-ENV PATH=$PATH:/vendor/bundle/$RUBY_VERSION/bin
12
13
USER ruby
14
WORKDIR /app
bin/setup
@@ -4,5 +4,3 @@ IFS=$'\n\t'
4
set -vx
5
6
bundle install
7
-
-# Do any other automated setup that you need to do here
0 commit comments