fix: correct package.json copy command in Dockerfile
Deploy / Build (push) Successful in 1m4s
Deploy / Test & Lint (push) Successful in 46s
Deploy / Generate OpenAPI Release (push) Has been skipped
Deploy / Build and Push Docker Image (push) Successful in 2m42s

This commit is contained in:
Space-Banane
2026-07-07 21:30:08 +02:00
parent bdcce39c97
commit 0a2fe4b293
+1 -1
View File
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends openssl && rm -
WORKDIR /app
COPY package.json pnpm-lock.yaml ./
COPY package.json ./
COPY Backend/package.json Backend/pnpm-lock.yaml Backend/pnpm-workspace.yaml ./Backend/
COPY UI/package.json UI/pnpm-lock.yaml UI/pnpm-workspace.yaml ./UI/