Using startup script

This commit is contained in:
Jonathan Ervine 2020-10-28 13:09:36 +08:00
parent 0e72ad1594
commit 3b67e5212e

View File

@ -24,4 +24,4 @@ RUN pip3 install -r /data/requirements.txt && \
EXPOSE 1025
CMD [ "/usrr/bin/python3", "/data/smtp2slack4qnap.py" ]
CMD [ "/usr/local/bin/start.sh" ]