fix:container ports

This commit is contained in:
2025-09-27 13:48:10 +02:00
parent dd20a12246
commit d8e2569210
2 changed files with 1 additions and 3 deletions

View File

@@ -9,8 +9,6 @@ FROM node:20-alpine AS runner
WORKDIR /app
COPY --from=builder /app ./
ENV NODE_ENV=production
EXPOSE 3000