Automatic cert reload via cron
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
@@ -7,7 +7,11 @@ RUN \
|
||||
|
||||
COPY custom.conf /etc/proftpd/conf.d/custom.conf
|
||||
COPY run.sh /run.sh
|
||||
COPY cron.sh /cron.sh
|
||||
|
||||
RUN chmod +x /run.sh
|
||||
RUN \
|
||||
chmod +x /run.sh && \
|
||||
chmod +x /cron.sh && \
|
||||
ln -s /cron.sh /etc/periodic/15min/reconfigure_certs.sh
|
||||
|
||||
ENTRYPOINT ["/run.sh"]
|
||||
|
||||
Reference in New Issue
Block a user