Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1.  
  2. version: '2'
  3. services:
  4. client:
  5. build:
  6. context: ./client/
  7. command: npm start
  8. volumes:
  9. - ./client/:/usr/app
  10. - /usr/app/node_modules
  11. depends_on:
  12. - server
  13. ports:
  14. - '3000:3000'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement