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

@ -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