From 03af3e650d002c8408c5346105493499a007a4d4 Mon Sep 17 00:00:00 2001 From: Uxio Fuentefria <6909403+Uxio0@users.noreply.github.com> Date: Mon, 15 Jan 2024 13:38:51 +0100 Subject: [PATCH] Fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53b5354..c3f89da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY --chown=node:node package*.json tsconfig*.json ./ # Fix arm64 timeouts -RUN npm config set timeout 300000 +RUN npm config set fetch-timeout 300000 RUN npm install COPY --chown=node:node . .