v0.5.0
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM php:cli
|
||||
|
||||
RUN apt-get update && apt-get install -yq --no-install-recommends cron && rm -r /var/lib/apt/lists/* \
|
||||
&& docker-php-ext-install pdo_mysql
|
||||
|
||||
CMD [ "cron", "-f", "-L", "15" ]
|
Reference in New Issue
Block a user