Make ssh regen script executable
This commit is contained in:
parent
a430531e06
commit
8d414f80cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user