Dockerfile 77 B

1234
  1. FROM node:14 as node-builder
  2. WORKDIR /app
  3. VOLUME [ "/app" ]
  4. CMD ["/bin/bash"]