correct path

This commit is contained in:
Ulf Gebhardt 2021-10-09 14:25:19 +02:00
parent f92573d672
commit 4988a9c2e4
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -70,7 +70,7 @@ COPY ./database/entity/ ../database/entity/
# npm install
RUN yarn install --production=false --frozen-lockfile --non-interactive
COPY ./backend/node_modules ../node_modules
COPY ./node_modules ../node_modules
# npm build
RUN yarn run build