Add dockerfile

This commit is contained in:
Robin Appelman 2017-06-10 14:07:53 +02:00
commit 7a3b8dcb8d

6
Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM php:7.1-alpine
COPY . /usr/src/app
WORKDIR /usr/src/app
CMD [ "php", "./backup.php" ]