Update Dockerfile

This commit is contained in:
chark1es 2025-06-16 18:37:33 -07:00
parent f97bbb0872
commit 0825c281f2

View file

@ -39,7 +39,7 @@ COPY . .
RUN bun run build RUN bun run build
# Expose the port your app runs on (change if needed) # Expose the port your app runs on (change if needed)
EXPOSE 3000 EXPOSE 4321
# Start the server # Start the server
CMD ["bun", "run", "start"] CMD ["bun", "run", "start"]