fix: change stuff on the docker file to fix it haha yes

This commit is contained in:
2023-12-16 12:50:40 +01:00
parent 448f70d552
commit 68832f796a

View File

@@ -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