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 WORKDIR /app
COPY --from=builder /app ./ COPY --from=builder /app ./
ENV NODE_ENV=production ENV NODE_ENV=production
EXPOSE 3000 EXPOSE 3000

View File

@@ -15,7 +15,7 @@ services:
app: app:
build: . build: .
ports: ports:
- 3000:4173 - 3000:3000
env_file: env_file:
- .env - .env
environment: environment: