Make ssh regen script executable

This commit is contained in:
dpedu 2015-02-27 16:36:16 -08:00
parent a430531e06
commit 8d414f80cc
1 changed files with 1 additions and 0 deletions

View File

@ -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