1 Commits
0.0.7 ... 0.0.8

Author SHA1 Message Date
5b6c6fa7ca fix missing start script 2022-07-20 16:19:17 +02:00

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 \