mirror of
https://github.com/bitnami/containers.git
synced 2026-02-23 17:07:21 +08:00
Merge branch 'cron-jobs'
This commit is contained in:
@@ -3,7 +3,7 @@ FROM gcr.io/stacksmith-images/minideb:jessie-r10
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
ENV BITNAMI_APP_NAME=magento \
|
||||
BITNAMI_IMAGE_VERSION=2.1.5-r0 \
|
||||
BITNAMI_IMAGE_VERSION=2.1.5-r1 \
|
||||
PATH=/opt/bitnami/php/bin:/opt/bitnami/apache/bin:/opt/bitnami/magento/bin/:$PATH
|
||||
|
||||
# System packages required
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Adding cron entries
|
||||
ln -sf /opt/bitnami/magento/conf/cron /etc/cron.d/magento
|
||||
|
||||
/usr/sbin/cron
|
||||
nami start --foreground apache
|
||||
|
||||
Reference in New Issue
Block a user