From f51d12f161e6c0a9401a410fdf4be5c1c889fc52 Mon Sep 17 00:00:00 2001 From: bcho892 Date: Mon, 11 Mar 2024 15:16:29 +1300 Subject: [PATCH] don't copy non-existent common --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1365cc022..5e3f56e8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,6 @@ RUN apt-get update -qq && \ # Install node modules COPY --link package.json yarn.lock tsconfig.json ./ -COPY --link ./common ./common COPY --link ./server ./server RUN yarn install --frozen-lockfile