From 8d414f80ccef304a53baf163e7789eb85398782f Mon Sep 17 00:00:00 2001 From: dpedu Date: Fri, 27 Feb 2015 16:36:16 -0800 Subject: [PATCH] Make ssh regen script executable --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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