u
This commit is contained in:
Tomás Bianco 2020-02-22 20:16:03 -03:00
parent f5d34a92e9
commit cb6e52366b

View file

@ -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