mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
Use multi-stage build for Docker image
1. Allows to build the composer dependencies with official composer img 2. php-fpm --nodaemonize: Force to stay in foreground and ignore daemo- nize option from configuration file
This commit is contained in:
@ -24,7 +24,7 @@ http {
|
||||
server {
|
||||
listen 80 default_server;
|
||||
|
||||
root /var/www/public;
|
||||
root /app/public;
|
||||
index index.php;
|
||||
charset utf-8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user