From 5e66ae9ad5dd76cb40f180a399acf123839aa653 Mon Sep 17 00:00:00 2001 From: Inian Date: Tue, 20 Jul 2021 16:31:54 +0800 Subject: [PATCH] fix: docker startup command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 539aa17e..4ed99c10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN npm ci RUN npm run build EXPOSE 5000 -CMD ["npm", "run", "start:fly"] +CMD ["npm", "run", "start"]