* elastic use include
+ add secrets to example
This commit is contained in:
@ -10,3 +10,13 @@ INCLUDE+ ./workspace.base.Dockerfile
|
||||
###########################################################################
|
||||
|
||||
RUN pecl install -a redis
|
||||
|
||||
###########################################################################
|
||||
# Crontab
|
||||
###########################################################################
|
||||
|
||||
USER root
|
||||
|
||||
COPY ./crontab73 /etc/cron.d
|
||||
|
||||
RUN chmod -R 644 /etc/cron.d
|
||||
|
Reference in New Issue
Block a user