fix(Dockerfile): update CMD to remove port specification

This commit is contained in:
2025-03-09 13:53:26 +01:00
parent 777af4215d
commit 83dd2e5630

View File

@ -31,4 +31,4 @@ RUN bun astro build
EXPOSE 4321
# Start the Next.js application
CMD ["bun", "start", "-p", "3001"]
CMD ["bun", "start"]