fix(Dockerfile): update CMD to remove port specification
This commit is contained in:
@ -31,4 +31,4 @@ RUN bun astro build
|
|||||||
EXPOSE 4321
|
EXPOSE 4321
|
||||||
|
|
||||||
# Start the Next.js application
|
# Start the Next.js application
|
||||||
CMD ["bun", "start", "-p", "3001"]
|
CMD ["bun", "start"]
|
||||||
|
Reference in New Issue
Block a user