WORKDIR /app # это было
RUN groupadd --gid 1000 arris && useradd --uid 1000 --gid arris --shell /bin/bash --create-home arris
USER arris
server {
listen 80;
server_name foobar.local;
access_log /var/log/nginx/main.access.log combined ;
error_log /var/log/nginx/main.error.log error ;
rewrite_log on;
log_not_found $log_not_found;
root /var/www/foobar/public;
index index.php;
= null
?