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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user