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;"