arshad75

Dockerfile_Lab5

Oct 17th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. FROM nginx:1.13.7
  2. COPY index.html /usr/share/nginx/html
  3. COPY . /usr/share/nginx/html
  4. RUN echo “Copying index.html to Container”
  5. RUN echo “Preparing the new container”
Add Comment
Please, Sign In to add comment