From 3d9c3ad6b7e015faf220f9063b0650d96a3bb662 Mon Sep 17 00:00:00 2001 From: kalugin66 Date: Thu, 21 May 2026 19:39:42 +0500 Subject: [PATCH] Dockerfile --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5f502fe..18a83b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,13 +22,8 @@ RUN apt-get update && apt-get install -y \ libasound2 \ && rm -rf /var/lib/apt/lists/* -COPY package*.json ./ +RUN git clone https://git.dadehard.ru/kalugin66/parse_link_vpn.git . RUN npm install && npx playwright install chromium && npx playwright install-deps chromium - -COPY tsconfig.json ./ -COPY src/ ./src/ -COPY entrypoint.sh ./ - RUN chmod +x entrypoint.sh CMD ["./entrypoint.sh"]