File size: 242 Bytes
b8a2abc 7b12119 d5011b9 25a35e4 df7de0d 3f5a306 9c7a394 3f5a306 25a35e4 b8a2abc |
1 2 3 4 5 6 7 8 9 10 11 |
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 |