Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FROM our-company-docker-container-registry/nodejs-10:latest
- COPY build ./build
- COPY setup.sh .
- RUN ./setup.sh
- EXPOSE 5000
- CMD ["node_modules/.bin/serve", "-s", "build"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement