ARG TAG=16-alpine
FROM nystudio107/node-dev-base:$TAG

USER node

WORKDIR /app/buildchain/

CMD ["run build"]

ENTRYPOINT ["npm"]
