mirror of
https://github.com/jbowdre/phpipam-agent-docker.git
synced 2024-11-22 15:02:19 +00:00
Update Dockerfile
This commit is contained in:
parent
1493a7acbd
commit
8cac78553b
1 changed files with 1 additions and 1 deletions
|
@ -56,5 +56,5 @@ RUN cp config.dist.php config.php && \
|
|||
ENV CRONTAB_FILE=/var/spool/cron/crontabs/root
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD [ "crond -l 2 -f" ]
|
||||
CMD [ "sh", "-c", "crond -l 2 -f" ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue