mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
fix(docker): return tini to kill zombie processes
This commit is contained in:
parent
c791b85dda
commit
71394a8166
@ -59,4 +59,6 @@ RUN python3 -m venv /opt/semaphore/venv --system-site-packages && \
|
||||
source /opt/semaphore/venv/bin/activate && \
|
||||
pip3 install --upgrade pip ansible==${ANSIBLE_VERSION} boto3 botocore requests
|
||||
|
||||
# Preventing ansible zombie processes. Tini kills zombies.
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
CMD [ "/usr/local/bin/runner-wrapper"]
|
||||
|
@ -59,4 +59,6 @@ RUN python3 -m venv /opt/semaphore/venv --system-site-packages && \
|
||||
source /opt/semaphore/venv/bin/activate && \
|
||||
pip3 install --upgrade pip ansible==${ANSIBLE_VERSION} boto3 botocore requests
|
||||
|
||||
# Preventing ansible zombie processes. Tini kills zombies.
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
CMD [ "/usr/local/bin/server-wrapper"]
|
||||
|
Loading…
Reference in New Issue
Block a user