From 97c0236ad48c0e1d429f90f35dc65f9d94f7d638 Mon Sep 17 00:00:00 2001 From: L Monster Date: Fri, 20 Jun 2025 10:05:20 +0800 Subject: [PATCH] docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4ccff47..592a715 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,6 @@ RUN npm install -g http-server # Expose the port the app runs on EXPOSE 8080 - +EXPOSE 3000 # Start the application CMD ["npm", "run", "dev:all"] \ No newline at end of file