This is the Dockerfile:
from node COPY . /tmp/spa RUN cd /tmp/spa && yarn install --frozen-lockfile && yarn build RUN cd /tmp/spa/Deploy &&