From 9e1dc698fb723596004a79e88fd02097fd5d293d Mon Sep 17 00:00:00 2001 From: agreiner Date: Wed, 30 Mar 2022 16:31:10 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDockerfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35a099c..746d580 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:14 WORKDIR /usr/src/app COPY package*.json ./ -RUN npm ci --node_sqlite3_binary_host_mirror=https://greiner.live/binaries +RUN npm ci COPY ../../. . EXPOSE 3000 CMD [ "npm", "start" ] \ No newline at end of file