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"]