From c610bc272c1933684a591d0e3e478213d4e28b90 Mon Sep 17 00:00:00 2001 From: kouul Date: Sun, 5 Apr 2020 14:45:38 +0400 Subject: [PATCH] added break lines Signed-off-by: kouul --- apache-php/app/Dockerfile | 2 +- apache-php/app/index.php | 2 +- apache-php/docker-compose.yml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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