chore(Dockerfile): update exposed port to 4321

This commit is contained in:
2025-03-09 13:50:14 +01:00
parent 89117b092b
commit 777af4215d

View File

@ -28,7 +28,7 @@ RUN bun install --prod
RUN bun astro build
# Expose the application port
EXPOSE 3001
EXPOSE 4321
# Start the Next.js application
CMD ["bun", "start", "-p", "3001"]