From 5ce169a3b2086c9d81ac2fd4d22ae38523494cfd Mon Sep 17 00:00:00 2001 From: Argiris Deligiannidis Date: Sun, 14 Apr 2024 20:58:20 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 25e88ea..e604530 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,5 +24,5 @@ EXPOSE 3000 #Environment Variable ENV HOST 0.0.0.0 -# Run the application using the built index.mjs -CMD ["node", ".output/server/index.mjs"] +# Run the application +CMD ["npm", "run", "dev"]