I`ve built a small react and node js app and I would like to build from it a docker image.
This is the Dockerfile that I`ve build:
FROM node:10 AS ui-b