diff --git a/Dockerfile b/Dockerfile index dced03c..b0c95c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,5 @@ COPY . . RUN npm install RUN npm run build EXPOSE 3000 + CMD node dist/server/entry.mjs