diff --git a/apache-php/app/Dockerfile b/apache-php/app/Dockerfile index 01b9523..7615a83 100644 --- a/apache-php/app/Dockerfile +++ b/apache-php/app/Dockerfile @@ -1 +1 @@ -FROM php:7.2-apache \ No newline at end of file +FROM php:7.2-apache diff --git a/apache-php/app/index.php b/apache-php/app/index.php index 27cd05d..f63c1f7 100644 --- a/apache-php/app/index.php +++ b/apache-php/app/index.php @@ -1,3 +1,3 @@ Hello World!'; -?> \ No newline at end of file +?> diff --git a/apache-php/docker-compose.yml b/apache-php/docker-compose.yml index e26a3bc..5711815 100644 --- a/apache-php/docker-compose.yml +++ b/apache-php/docker-compose.yml @@ -5,4 +5,5 @@ services: ports: - '8008:80' volumes: - - ./app:/var/www/html/ \ No newline at end of file + - ./app:/var/www/html/ + \ No newline at end of file