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 7a99270 commit 529d7ddCopy full SHA for 529d7dd
1 file changed
container/sagittarius/Dockerfile.erb
@@ -17,7 +17,8 @@ WORKDIR /sagittarius
17
ENV RAILS_ENV="production" \
18
BUNDLE_DEPLOYMENT="1" \
19
BUNDLE_PATH="/usr/local/bundle" \
20
- BUNDLE_WITHOUT="development:test"
+ BUNDLE_WITHOUT="development:test" \
21
+ PATH="$PATH:/usr/local/share/postgres/bin"
22
23
# Install application gems
24
COPY projects/sagittarius/Gemfile projects/sagittarius/Gemfile.lock ./
0 commit comments