feature(dockerfile): remap exit code 143 to 0

- remaps sigterm exit code to 0 so docker properly detects a clean exit
This commit is contained in:
2021-08-01 05:39:09 -06:00
parent 1972e6c5cf
commit 952439a58d
4 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ RUN chown root:root /usr/local/bin/entrypoint.sh \
# switch to user account and run sass compiler
USER sass
ENTRYPOINT [ "/usr/bin/tini", "--", "/usr/local/bin/entrypoint.sh" ]
ENTRYPOINT [ "/usr/bin/tini", "-e", "143", "--", "/usr/local/bin/entrypoint.sh" ]
# set build timestamp, git and version labels
ARG INTERNAL_VERSION