diff --git a/Dockerfile b/Dockerfile index 05d5d00..57a7645 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ WORKDIR /app COPY . . RUN yarn -RUN yarn build +RUN yarn build --production=false CMD ["node", "./dist/"]