diff --git a/Dockerfile b/Dockerfile index 589129c..a823c02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ RUN npm install -g yarn --force && yarn install --frozen-lockfile --production - COPY --from=builder /app/ . EXPOSE 3000 -CMD ["node", "run", "dev", "-p", "3000"] #or node dist/index.js if you built the project. \ No newline at end of file +CMD ["yarn", "dev", "-p", "3000"] #or node dist/index.js if you built the project. \ No newline at end of file