correct path

This commit is contained in:
Ulf Gebhardt 2021-10-09 14:25:19 +02:00
parent 13aa6772ea
commit 887533e4c7
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