From d8948fcc3416aa5903cb7385ad225634cb04ef7f Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sat, 17 Aug 2024 21:27:01 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20Fix=20wrong=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 87cc25b..cfbe8e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN DEBIAN_FRONTEND=noninteractive RUN apt-get update -y -RUN apt-get -y install curl gnupg git dh-python make g++ libasound2-dev iputils-ping ffmpeg +RUN apt-get -y install curl gnupg git dh-python make g++ libasound2-dev ciputils-ping ffmpeg RUN curl -sL https://deb.nodesource.com/setup_21.x | bash - RUN apt-get -y install nodejs @@ -38,7 +38,7 @@ RUN apt-get -y install nodejs RUN corepack enable COPY --from=build /home/node/app/package.json . -COPY --from=build /home/node/app/pnpm-lock.lock . +COPY --from=build /home/node/app/pnpm-lock.yaml . RUN pnpm install