Fix docker container signalling

This commit is contained in:
2020-12-07 17:46:50 +01:00
parent 2b28478323
commit 4140799e50
3 changed files with 17 additions and 7 deletions

View File

@ -29,5 +29,6 @@ RUN mkdir -p /etc/ftracker /var/ftracker \
STOPSIGNAL SIGINT
RUN chmod +x ./res/docker-entrypoint.sh
ENTRYPOINT [ "./res/docker-entrypoint.sh" ]