diff --git a/Dockerfile b/Dockerfile index bf9ab82..ca02008 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN yarn run build FROM node:lts-alpine as production-stage COPY . . COPY --from=build-stage /app/dist ./dist -CMD ["node", "dist/main"] \ No newline at end of file +CMD ["yarn", "dev"] \ No newline at end of file