mirror of
https://github.com/demostf/backup.git
synced 2026-06-03 22:14:08 +02:00
Add dockerfile
This commit is contained in:
parent
576d4f392c
commit
7a3b8dcb8d
1 changed files with 6 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
FROM php:7.1-alpine
|
||||||
|
|
||||||
|
COPY . /usr/src/app
|
||||||
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
CMD [ "php", "./backup.php" ]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue