mobilefish

Untitled

Mar 29th, 2020
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. FROM nginx:mainline-alpine
  2. RUN rm /etc/nginx/conf.d/*
  3. ADD hello.conf /etc/nginx/conf.d/
  4. ADD index.html /usr/share/nginx/html/
Add Comment
Please, Sign In to add comment