From d06396a8647893804e607c464d01e52725f32858 Mon Sep 17 00:00:00 2001 From: babaohuang Date: Sun, 17 Dec 2023 10:43:39 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c0385b3..436a87a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN pnpm run build COPY hack ./ # Set environment variables -ENV HOST=0.0.0.0 PORT=3000 NODE_ENV=production +ENV HOST=0.0.0.0 PORT=3000 NODE_ENV=production LANG=C.UTF-8 # Expose the port the app runs on EXPOSE $PORT