diff --git a/Dockerfile b/Dockerfile index e604530..25e88ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,5 +24,5 @@ EXPOSE 3000 #Environment Variable ENV HOST 0.0.0.0 -# Run the application -CMD ["npm", "run", "dev"] +# Run the application using the built index.mjs +CMD ["node", ".output/server/index.mjs"]