Skip to content

Commit

Permalink
feat: docker dev fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevo David committed Oct 12, 2024
1 parent 16e5c2f commit 2076cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 2076cef

Please sign in to comment.