How to run cron with nginx service together?

前端 未结 0 768
遥遥无期
遥遥无期 2020-12-23 19:46

I created a docker image to run crontab based on the official nginx image.

FROM nginx

RUN apt-get update && apt-get -y install cron

CMD ["cron&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题