From 076a4a8b789d150891e1da7c70ae701a2d4a66dc Mon Sep 17 00:00:00 2001 From: Tianzhou Chen Date: Thu, 27 Jul 2023 01:27:14 +0800 Subject: [PATCH] fix: revert last dockerfile change, need more thing to support NEXT_PUBLIC in docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 704f64d..c162736 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,4 +39,4 @@ EXPOSE 3000 ENV PORT 3000 -CMD ["node_modules/.bin/next", "start"] +CMD ["node", "server.js"]