also install database packages

This commit is contained in:
Ulf Gebhardt 2021-10-11 12:36:44 +02:00
parent 78b0068362
commit 119407ec2e
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -68,6 +68,9 @@ COPY ./database/ ../database/
# npm install # npm install
RUN yarn install --production=false --frozen-lockfile --non-interactive 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 # npm build
RUN yarn run build RUN yarn run build