nodejs

Details
Source
FROM stagex/core-filesystem AS package
COPY --from=stagex/core-brotli . /
COPY --from=stagex/core-busybox . /
COPY --from=stagex/core-c-ares . /
COPY --from=stagex/core-ca-certificates . /
COPY --from=stagex/core-gcc . /
COPY --from=stagex/core-icu . /
COPY --from=stagex/core-libnghttp2 . /
COPY --from=stagex/core-musl . /
COPY --from=stagex/core-nodejs . /
COPY --from=stagex/core-npm . /
COPY --from=stagex/core-openssl . /
COPY --from=stagex/core-zlib . /

WORKDIR /home/user/
RUN npm config set cafile /etc/ssl/certs/ca-certificates.crt && rm -rf $HOME/.npm/_logs 
ENTRYPOINT ["/usr/bin/node"]