From 0825c281f2c13d3ec95133808e6187bd65448b26 Mon Sep 17 00:00:00 2001 From: chark1es Date: Mon, 16 Jun 2025 18:37:33 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 793fb11..8dbf96c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ COPY . . RUN bun run build # Expose the port your app runs on (change if needed) -EXPOSE 3000 +EXPOSE 4321 # Start the server CMD ["bun", "run", "start"] \ No newline at end of file