diff --git a/Dockerfile b/Dockerfile index 14ba326..b63e141 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN \ COPY crontab /etc/ COPY testscript.sh ${APP_DIR}/ +COPY start.sh ${APP_DIR}/ COPY sshd_config /etc/ssh RUN \