diff --git a/Dockerfile b/Dockerfile index 58f766df..bbd096b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,10 +4,13 @@ WORKDIR /app COPY package*.json /app/ +RUN apt-get update || : && apt-get install python -y + RUN apk add --no-cache tzdata RUN apk add git ENV TZ=America/Argentina/Buenos_Aires + RUN npm install -g npm RUN npm install --prod -f RUN npm install -g posix