From 7d835564518818ce2f13bddc36b91f7ef923e701 Mon Sep 17 00:00:00 2001 From: Daehyun Kim <18080546+vimkim@users.noreply.github.com> Date: Sun, 11 Feb 2024 17:04:58 +0900 Subject: [PATCH] npm run start:prod -> prod --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index 44aa92f..bf63497 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -27,4 +27,4 @@ ARG DB_PORT # Command to run the application RUN npm run build RUN chmod +x wait-for-mysql.sh -CMD ./wait-for-mysql.sh $DB_HOSTNAME $DB_PORT npm run start:prod +CMD ./wait-for-mysql.sh $DB_HOSTNAME $DB_PORT npm run prod