commit
This commit is contained in:
commit
1fd09eaabb
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM php:7.4-cli
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY index.php /app
|
||||
|
||||
CMD ["php", "index.php"]
|
Loading…
Reference in New Issue
Block a user