FROM node:15.8.0-alpine3.10 MAINTAINER "Ameya Shenoy " WORKDIR /code RUN set -ex \ npm i -g npm \ npm i ENTRYPOINT sh /code/entrypoint.sh