edit Dockerfile

This commit is contained in:
Francesco Esposito 2019-08-26 15:40:00 +02:00
parent 370cd910a5
commit 1a842a395e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:3.10.2
WORKDIR /app
RUN apk add --update --no-cache nodejs npm
RUN apk add --update --no-cache nodejs=~10.16 npm=~10.16
COPY . /app/
RUN npm install