commit 1fd09eaabb62c78c2b93f83c7749b38e977a7ed4 Author: fredrik Date: Tue Oct 31 11:15:13 2023 +0100 commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..148ab6c --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM php:7.4-cli + +WORKDIR /app + +COPY index.php /app + +CMD ["php", "index.php"] diff --git a/index.php b/index.php new file mode 100644 index 0000000..2ca6c8f --- /dev/null +++ b/index.php @@ -0,0 +1 @@ +Hell