mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
include the entity models in the docker build
This commit is contained in:
parent
304ba9e23d
commit
d348706f16
@ -62,6 +62,8 @@ FROM base as build
|
|||||||
|
|
||||||
# Copy everything
|
# Copy everything
|
||||||
COPY . .
|
COPY . .
|
||||||
|
# Also copy external enities from database
|
||||||
|
COPY ../database/entity/ ../database/entity/
|
||||||
# npm install
|
# npm install
|
||||||
RUN yarn install --production=false --frozen-lockfile --non-interactive
|
RUN yarn install --production=false --frozen-lockfile --non-interactive
|
||||||
# npm build
|
# npm build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user