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" \
|
ENV RAILS_ENV="production" \
|
||||||
NODE_ENV="production" \
|
NODE_ENV="production" \
|
||||||
PATH="${PATH}:/opt/ruby/bin:/opt/node/bin:/app/www/bin"
|
PATH="${PATH}:/app/www/bin"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add -U --upgrade --no-cache \
|
apk add -U --upgrade --no-cache \
|
||||||
|
|
|
@ -8,7 +8,7 @@ LABEL maintainer="TheSpad"
|
||||||
|
|
||||||
ENV RAILS_ENV="production" \
|
ENV RAILS_ENV="production" \
|
||||||
NODE_ENV="production" \
|
NODE_ENV="production" \
|
||||||
PATH="${PATH}:/opt/ruby/bin:/opt/node/bin:/app/www/bin"
|
PATH="${PATH}:/app/www/bin"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add -U --upgrade --no-cache \
|
apk add -U --upgrade --no-cache \
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
RAILS_ENV=production
|
RAILS_ENV=production
|
||||||
PATH="${PATH}:/opt/ruby/bin:/opt/node/bin:/app/www/bin"
|
PATH="${PATH}:/app/www/bin"
|
||||||
RAILS_SERVE_STATIC_FILES=false
|
RAILS_SERVE_STATIC_FILES=false
|
||||||
|
|
||||||
exec \
|
exec \
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
RAILS_ENV=production
|
RAILS_ENV=production
|
||||||
PATH="${PATH}:/opt/ruby/bin:/opt/node/bin:/app/www/bin"
|
PATH="${PATH}:/app/www/bin"
|
||||||
|
|
||||||
cd /app/www || exit 1
|
cd /app/www || exit 1
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
PATH="${PATH}:/opt/ruby/bin:/opt/node/bin:/app/www/bin"
|
PATH="${PATH}:/app/www/bin"
|
||||||
|
|
||||||
exec \
|
exec \
|
||||||
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 4000" \
|
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 4000" \
|
||||||
|
|
Loading…
Reference in a new issue