diff --git a/Dockerfile b/Dockerfile index 10caecb..336c28c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ COPY cron.conf /etc/supervisor/conf.d/cron.conf COPY start /start RUN chmod +x /start ; mkdir /start.d COPY regenerate-ssh /start.d/regenerate-ssh +RUN chmod +x /start.d/regenerate-ssh # Expose ssh EXPOSE 22