From 68832f796a3db93684e7c1d52aceb931a0c599d7 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 16 Dec 2023 12:50:40 +0100 Subject: [PATCH] fix: change stuff on the docker file to fix it haha yes --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 00a2e4f..3289f8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,10 +3,8 @@ FROM node:lts-alpine AS build WORKDIR /app -COPY package.json yarn.lock ./ -RUN yarn - COPY . . +RUN yarn install RUN yarn build # Final stage