Allow to properly shutdown web container

Closes #347
This commit is contained in:
Kyâne 2018-12-14 19:56:30 +01:00
parent 84fdd0d081
commit dd1ecde9c8

View File

@ -19,4 +19,4 @@ sed -i "s/{%APP_HOST%}/${APP_HOST}/g" /etc/nginx/conf.d/mattermost.conf
sed -i "s/{%APP_PORT%}/${APP_PORT_NUMBER}/g" /etc/nginx/conf.d/mattermost.conf
# Run Nginx
nginx -g 'daemon off;'
exec nginx -g 'daemon off;'