From e38a5d9bf147dae73492e8a0ca881f2ea7fcab77 Mon Sep 17 00:00:00 2001 From: CatAClock Date: Tue, 29 Apr 2025 22:25:21 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 868c0c8..1bb6fe6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN npm install http-server EXPOSE 4000 # Run the thing -CMD npx http-server /app -o -p 4000 +CMD npx http-server /app --port 4000 --cors