diff --git a/backend/Dockerfile b/backend/Dockerfile index 9686cf88c..431380e4e 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -68,6 +68,9 @@ COPY ./database/ ../database/ # npm install RUN yarn install --production=false --frozen-lockfile --non-interactive +# npm install database +RUN cd ../database && yarn install --production=false --frozen-lockfile --non-interactive + # npm build RUN yarn run build