Sign inSign up

decussi/node-br

By decussi

Updated 20 days ago

Updated node-buster with America/Sao_Paulo timezone

Image
Languages & frameworks
Web servers
Operating systems
0

687

decussi/node-br repository overview

FROM node:XX-buster

# Update
RUN apt-get update
RUN apt-get -y install curl gnupg libfontconfig git

# set America/Sao_Paulo timezone
ENV TZ=America/Sao_Paulo
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

# update npm
RUN npm install -g npm@latest

# build config
ENV NODE_OPTIONS=--max_old_space_size=8192

WORKDIR /app

CMD [ "node" ]

Tag summary

Content type

Image

Digest

sha256:c71947c30

Size

417.2 MB

Last updated

20 days ago

docker pull decussi/node-br:22