nit: Missing empty line in the EOF

Signed-off-by: Joseph Barreca <jbarrec.tech@gmail.com>
pull/118/head
Joseph Barreca 3 years ago
parent 763efc67f0
commit 4c0bdea11a
  1. 2
      nginx-php-mysql/backend/index.php
  2. 2
      nginx-php-mysql/db/password.txt
  3. 2
      nginx-php-mysql/proxy/Dockerfile
  4. 2
      nginx-php-mysql/proxy/conf

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

@ -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

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

Loading…
Cancel
Save