mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
also install database packages
This commit is contained in:
parent
78b0068362
commit
119407ec2e
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user