fix missing start script

This commit is contained in:
Wolfgang Hottgenroth 2022-07-20 16:19:17 +02:00
parent 6d491fee77
commit 5b6c6fa7ca

View File

@ -11,6 +11,7 @@ RUN \
COPY crontab /etc/
COPY testscript.sh ${APP_DIR}/
COPY start.sh ${APP_DIR}/
COPY sshd_config /etc/ssh
RUN \