Open uzair-suria opened 3 years ago
Replaced RUN apk add --update nodejs nodejs-npm with RUN apk add --update nodejs npm to remove errors during build using Alpine Versions 3.8 and above. More detail available at superuser
RUN apk add --update nodejs nodejs-npm
RUN apk add --update nodejs npm
Replaced
RUN apk add --update nodejs nodejs-npm
withRUN apk add --update nodejs npm
to remove errors during build using Alpine Versions 3.8 and above. More detail available at superuser