nightingale/dockerfiles/nginx/Dockerfile

6 lines
116 B
Docker
Raw Normal View History

FROM nginx
WORKDIR /home/n9e
COPY nginx.conf /etc/nginx
2020-09-29 17:42:53 +08:00
ADD http://116.85.64.82/pub.tar.gz .
RUN tar xvf pub.tar.gz