feat: docker dev fix

This commit is contained in:
Nevo David 2024-10-13 00:43:13 +07:00
parent 16e5c2f43b
commit 2076cefcc9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ RUN apk add --no-cache \
make \
build-base
COPY nx.json tsconfig.base.json package.json package-lock.json /app/
COPY nx.json tsconfig.base.json package.json package-lock.json build.plugins.js /app/
COPY apps /app/apps/
COPY libraries /app/libraries/