diff --git a/Language/php/8.2.20/Dockerfile b/Language/php/8.2.20/Dockerfile new file mode 100644 index 0000000..1e4ec9d --- /dev/null +++ b/Language/php/8.2.20/Dockerfile @@ -0,0 +1,8 @@ +FROM ghcr.io/labring-actions/devbox/debian-ssh:d8f335 + +COPY /Language/php/project /home/sealos/project + +RUN apt update && \ + apt install php-common libapache2-mod-php php-cli && \ + chown -R sealos:sealos /home/sealos/project && \ + chmod -R u+rw /home/sealos/project \ No newline at end of file diff --git a/Language/php/project/hello.php b/Language/php/project/hello.php new file mode 100644 index 0000000..934ea51 --- /dev/null +++ b/Language/php/project/hello.php @@ -0,0 +1,9 @@ + + + + PHP Test + + + Hello World

'; ?> + + \ No newline at end of file