nit: Missing empty line in the EOF

Signed-off-by: Joseph Barreca <jbarrec.tech@gmail.com>
This commit is contained in:
Joseph Barreca 2021-04-07 19:43:10 -04:00
parent 763efc67f0
commit 4c0bdea11a
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
<?php
echo '<h1>hello world in php!</h1>';
?>
?>

View File

@ -1 +1 @@
db-q5n2g
db-q5n2g

View File

@ -1,2 +1,2 @@
FROM nginx:1.19.8-alpine
COPY conf /etc/nginx/conf.d/default.conf
COPY conf /etc/nginx/conf.d/default.conf

View File

@ -29,4 +29,4 @@ server {
fastcgi_pass backend:9000;
fastcgi_index index.php;
}
}
}