fix docker build

This commit is contained in:
Lea 2024-01-17 12:13:30 +01:00
parent 1a696adca6
commit fd8d8457d2
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -24,7 +24,7 @@ COPY . .
ENV NEXT_TELEMETRY_DISABLED 1
RUN pnpm build
RUN npm run build
# Production image, copy all the files and run next
FROM base AS runner