Skip to content

Commit c80b282

Browse files
committed
remove unused lines
1 parent 50520da commit c80b282

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Dockerfile.development

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ RUN mkdir /app /vendor && chown -R ruby:ruby /app /vendor
88
ENV LANG=C.UTF-8 \
99
BUNDLE_PATH=/vendor/bundle/$RUBY_VERSION \
1010
BUNDLE_JOBS=4
11-
ENV PATH=$PATH:/vendor/bundle/$RUBY_VERSION/bin
1211

1312
USER ruby
1413
WORKDIR /app

bin/setup

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ IFS=$'\n\t'
44
set -vx
55

66
bundle install
7-
8-
# Do any other automated setup that you need to do here

0 commit comments

Comments
 (0)