initial
This commit is contained in:
@@ -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;"
|
||||
Reference in New Issue
Block a user