FROM ubuntu/nginx:latest RUN chmod 777 /var/lib/nginx/ -R RUN chmod 777 /var/log/nginx/ -R RUN cat /etc/nginx/nginx.conf && echo 1 RUN cd /etc/nginx/sites-enabled && ls && echo 1 # COPY ./nginx.conf /etc/nginx/nginx.conf # CMD bash run.sh