mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
also create directory
This commit is contained in:
parent
88eb079b7b
commit
df43ea4f79
@ -63,7 +63,8 @@ FROM base as build
|
||||
# Copy everything
|
||||
COPY ./backend/ ./
|
||||
# Also copy external enities from database
|
||||
COPY ./database/entity/ ../database/entity/
|
||||
COPY ./database/entity/ ../database/entity/
|
||||
RUN mkdir -p ../node_modules/
|
||||
RUN sudo mount -o bind ./node_modules ../node_modules/
|
||||
|
||||
# npm install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user