Skip to content

Commit

Permalink
[TM-1401] Reset before trying to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed Dec 4, 2024
1 parent 7d898ac commit 8e444ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/entity-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM terramatch-microservices-base:nx-base AS builder
ARG BUILD_FLAG
WORKDIR /app/builder
COPY . .
RUN npx nx reset
RUN npx nx build entity-service ${BUILD_FLAG}

FROM terramatch-microservices-base:nx-base
Expand Down

0 comments on commit 8e444ea

Please sign in to comment.