Guest User

Untitled

a guest
Apr 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. FROM nginx:1.12
  2. WORKDIR /front-end/formulavis
  3. COPY ./nginx.conf /etc/nginx/conf.d/default.conf
  4. COPY ./dist/ /front-end/formulavis
  5. EXPOSE 80
Add Comment
Please, Sign In to add comment