also create directory

This commit is contained in:
Ulf Gebhardt 2021-10-09 14:18:30 +02:00
parent 88eb079b7b
commit df43ea4f79
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -64,6 +64,7 @@ FROM base as build
COPY ./backend/ ./ COPY ./backend/ ./
# Also copy external enities from database # 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/ RUN sudo mount -o bind ./node_modules ../node_modules/
# npm install # npm install