You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
FROM nginx
|
|
WORKDIR /home/n9e
|
|
COPY nginx.conf /etc/nginx
|
|
ADD http://116.85.64.82/pub.tar.gz .
|
|
RUN tar xvf pub.tar.gz
|