Add template for including Chrome and ChromeDriver
[discourse_docker.git] / templates / cron.template.yml
index 86d47a645a9bfef1a045c01b6ba7e11803dfac4c..9f34c231245e755715e510feb4746ea37947cfb3 100644 (file)
@@ -1,13 +1,4 @@
 run:
-  - file:
-     path: /etc/service/cron/run
-     chmod: "+x"
-     contents: |
-        #!/bin/bash
-        exec 2>&1
-        cd /
-        exec cron
   - exec:
       hook: cron
-      cmd: echo cron installed
-
+      cmd: echo cron is now included in base image, remove from templates