mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 15:18:23 +00:00
what
This commit is contained in:
parent
0310aabc97
commit
c832901a51
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ RUN curl -sL https://github.com/nodenv/node-build/archive/master.tar.gz | tar xz
|
|||
ENV BUNDLE_DEPLOYMENT="1" \
|
||||
BUNDLE_PATH="/usr/local/bundle" \
|
||||
BUNDLE_WITHOUT="development" \
|
||||
LD_LIBRARY_PATH="/usr/local/lib"
|
||||
LD_LIBRARY_PATH="/usr/local/lib" \
|
||||
RAILS_ENV="production"
|
||||
|
||||
# Throw-away build stage to reduce size of final image
|
||||
FROM base AS build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue