fix: Docker please

This commit is contained in:
glazk0 2024-02-26 14:22:45 +01:00
parent e7de24121e
commit 71b90e7160
No known key found for this signature in database
GPG key ID: E45BF177782B9FEB

View file

@ -6,10 +6,10 @@ ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
COPY package.json pnpm-lock.yaml /app/
WORKDIR /app
COPY package.json pnpm-lock.yaml ./
# Dependencies Stage for Production
FROM base AS deps