Cleanup path
This commit is contained in:
parent
5bba01780d
commit
0f98d50b6e
5 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ LABEL maintainer="TheSpad"
|
|||
|
||||
ENV RAILS_ENV="production" \
|
||||
NODE_ENV="production" \
|
||||
PATH="${PATH}:/opt/ruby/bin:/opt/node/bin:/app/www/bin"
|
||||
PATH="${PATH}:/app/www/bin"
|
||||
|
||||
RUN \
|
||||
apk add -U --upgrade --no-cache \
|
||||
|
|
|
@ -8,7 +8,7 @@ LABEL maintainer="TheSpad"
|
|||
|
||||
ENV RAILS_ENV="production" \
|
||||
NODE_ENV="production" \
|
||||
PATH="${PATH}:/opt/ruby/bin:/opt/node/bin:/app/www/bin"
|
||||
PATH="${PATH}:/app/www/bin"
|
||||
|
||||
RUN \
|
||||
apk add -U --upgrade --no-cache \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# shellcheck shell=bash
|
||||
|
||||
RAILS_ENV=production
|
||||
PATH="${PATH}:/opt/ruby/bin:/opt/node/bin:/app/www/bin"
|
||||
PATH="${PATH}:/app/www/bin"
|
||||
RAILS_SERVE_STATIC_FILES=false
|
||||
|
||||
exec \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# shellcheck shell=bash
|
||||
|
||||
RAILS_ENV=production
|
||||
PATH="${PATH}:/opt/ruby/bin:/opt/node/bin:/app/www/bin"
|
||||
PATH="${PATH}:/app/www/bin"
|
||||
|
||||
cd /app/www || exit 1
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# shellcheck shell=bash
|
||||
|
||||
NODE_ENV=production
|
||||
PATH="${PATH}:/opt/ruby/bin:/opt/node/bin:/app/www/bin"
|
||||
PATH="${PATH}:/app/www/bin"
|
||||
|
||||
exec \
|
||||
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 4000" \
|
||||
|
|
Loading…
Reference in a new issue