From 5442495f9c32c548ad2e54625bb3df4428f18838 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 24 Mar 2026 10:47:19 +0000 Subject: [PATCH] init --- Dockerfile | 3 +++ README | 4 ++++ index.php | 6 ++++++ 3 files changed, 13 insertions(+) create mode 100644 Dockerfile create mode 100644 README create mode 100644 index.php diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..1338fa6 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM php:8-apache +COPY index.php /var/www/html + diff --git a/README b/README new file mode 100644 index 0000000..5991e76 --- /dev/null +++ b/README @@ -0,0 +1,4 @@ + +bauen: docker build -t php-app . +starten: docker run php-app +mit port: docker -p 80:80 php-app diff --git a/index.php b/index.php new file mode 100644 index 0000000..f466ab0 --- /dev/null +++ b/index.php @@ -0,0 +1,6 @@ +

app sample

+ +

Date:

+

ID:

+

host:

+