mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
try to mount the nodemodules
This commit is contained in:
parent
90bf43a1eb
commit
db3f3ad13d
@ -64,6 +64,8 @@ FROM base as build
|
||||
COPY ./backend/ ./
|
||||
# Also copy external enities from database
|
||||
COPY ./database/entity/ ../database/entity/
|
||||
RUN sudo mount -o bind ./node_modules ../node_modules/
|
||||
|
||||
# npm install
|
||||
RUN yarn install --production=false --frozen-lockfile --non-interactive
|
||||
# npm build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user