This commit is contained in:
2020-07-10 22:16:17 +03:00
commit a20acb2db1
5 changed files with 152 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM nginx
ADD site.conf /etc/nginx/conf.d/default.conf
CMD usermod -u ${LARA_UID:-1000} nginx \
&& groupmod -g ${LARA_GUID:-1000} nginx \
&& nginx -g "daemon off;"