FROM alpine RUN apk add --no-cache nodejs npm ADD . /app WORKDIR /app RUN npm install EXPOSE 5001 CMD npm run storageserver