From 9e8a661b5af2c009185b2e297be2ee0e38ae6514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Bianco?= Date: Sat, 22 Feb 2020 20:22:40 -0300 Subject: [PATCH] u u --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 19499914..f9201eda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.13.0-alpine +FROM node:13.8.0-alpine WORKDIR /app @@ -10,10 +10,7 @@ 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 COPY . /app/