We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efd2ac commit da9bc80Copy full SHA for da9bc80
docker-web/nginx.Dockerfile
@@ -43,6 +43,5 @@ RUN crontab /etc/crontab && \
43
44
EXPOSE 8080 22
45
46
-# cron doesn't run anyway, I need to run it explicitly every time container starts..
47
CMD service ssh start && service cron start && nginx -g 'daemon off;'
48
0 commit comments