include the entity models in the docker build

This commit is contained in:
Ulf Gebhardt 2021-10-09 13:33:13 +02:00
parent 304ba9e23d
commit d348706f16
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -62,6 +62,8 @@ FROM base as build
# Copy everything
COPY . .
# Also copy external enities from database
COPY ../database/entity/ ../database/entity/
# npm install
RUN yarn install --production=false --frozen-lockfile --non-interactive
# npm build