Skip to content

Commit

Permalink
Fixing issue #81/82
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Jan 26, 2019
1 parent 350a41c commit ab8fcd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN true \
runit \
sqlite \
expect \
dcron \
&& rm -rf \
/etc/nginx/conf.d/default.conf \
&& mkdir -p \
Expand Down
3 changes: 3 additions & 0 deletions conf/etc/service/cron/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

exec /usr/sbin/crond -f

0 comments on commit ab8fcd1

Please sign in to comment.