Removed tini because it seems to not work on arm devices
All checks were successful
Building and publishing Homebrewery as Docker Image / build (release) Successful in 11m42s
All checks were successful
Building and publishing Homebrewery as Docker Image / build (release) Successful in 11m42s
This commit is contained in:
parent
74a4557724
commit
81fd807a71
@ -41,11 +41,6 @@ ENV HB_HOST=homebrewery.local.naturalcrit.com:8000 HB_NATURALCRIT_URL=local.natu
|
||||
ENV HB_ENABLE_THEMES=true HB_PUBLIC_URL=https://homebrewery.naturalcrit.com HB_DB_URI=mongodb://mongodb/homebrewery
|
||||
ENV HB_IMAGES=null HB_FONTS=null
|
||||
|
||||
# Adding tini for clean signal handling
|
||||
ENV TINI_VERSION v0.19.0
|
||||
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
|
||||
RUN chmod +x /tini
|
||||
|
||||
# Adding Entrypoint
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
@ -32,4 +32,4 @@ fi
|
||||
|
||||
# Start Homebrewery
|
||||
echo "Starting Homebrewery..."
|
||||
exec /tini -s -g -- node --experimental-require-module "$@" server.js
|
||||
exec /usr/local/bin/npm start "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user