Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 2e9ea64

Browse files
committed
build: export 3001 in Dockerfile
1 parent 29d6160 commit 2e9ea64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ RUN pnpm install --prod
3636
# Copy built files from builder stage
3737
COPY --from=builder /app/dist ./dist
3838

39-
# Expose port 3000 (from Config.apiHttpPort)
39+
# Expose port 3000
4040
EXPOSE 3000
4141

42+
# Expose ws port 3001
43+
EXPOSE 3001
44+
4245
# Set environment variables
4346
ENV NODE_ENV=production
4447

0 commit comments

Comments
 (0)