wd / Dockerfile
huiiz's picture
1
3f5a306
raw
history blame contribute delete
242 Bytes
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