fix GEM_PATH and PATH in Dockerfile.development
This commit is contained in:
parent
19deb9c398
commit
84a78d82df
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ USER app
|
|||
|
||||
ENV BUNDLE_JOBS=4 \
|
||||
BUNDLE_PATH=/srv/app/vendor/bundle \
|
||||
GEM_PATH=/srv/app/vendor/bundle:$GEM_PATH \
|
||||
PATH=/srv/app/vendor/bundle/bin:$PATH
|
||||
GEM_PATH=/srv/app/vendor/bundle/ruby/2.7.0:$GEM_PATH \
|
||||
PATH=/srv/app/vendor/bundle/ruby/2.7.0/bin:$PATH
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
|
|
Loading…
Reference in a new issue