Skip to content

Commit

Permalink
Merge pull request #610 from Hexastack/fix/optimize-docker-cache-api
Browse files Browse the repository at this point in the history
fix: optimize docker cache api
  • Loading branch information
marrouchi authored Jan 22, 2025
2 parents 49e812b + ab5ff6e commit 5d1793c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ WORKDIR /app

COPY package*.json ./

COPY --from=builder /app/node_modules ./node_modules

COPY --from=builder /app/src/extensions ./src/extensions

COPY --from=builder /app/patches ./patches

RUN npm install

COPY . .

ENV NODE_ENV=development
Expand Down

0 comments on commit 5d1793c

Please sign in to comment.