u
This commit is contained in:
Tomás Bianco 2020-02-22 20:24:08 -03:00
parent 9e8a661b5a
commit f5a09cd941

View file

@ -4,8 +4,6 @@ WORKDIR /app
COPY package*.json /app/
RUN apk add update || : && apk add install python -y
RUN apk add --no-cache tzdata
RUN apk add git
ENV TZ=America/Argentina/Buenos_Aires