u
u
This commit is contained in:
parent
f5d34a92e9
commit
cb6e52366b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue