From 51ea593bcd47fadab8655da42fbda2cf1664b9fd Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:42:23 +0200 Subject: [PATCH] copy all --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 94b581d..b8e2967 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,12 +7,11 @@ WORKDIR /app RUN apk add --no-cache --virtual .gyp python3 make g++ -COPY package.json yarn.lock ./ +COPY . . RUN corepack enable yarn RUN yarn set version 4.1.1 RUN yarn -COPY . . RUN yarn build RUN yarn cache clean