init
This commit is contained in:
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM php:8-apache
|
||||
COPY index.php /var/www/html
|
||||
|
||||
4
README
Normal file
4
README
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
bauen: docker build -t php-app .
|
||||
starten: docker run php-app
|
||||
mit port: docker -p 80:80 php-app
|
||||
Reference in New Issue
Block a user