Skip to content

Commit

Permalink
[movex] Add deep-object-diff to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCTroia committed Nov 1, 2024
1 parent ad67515 commit 3aa0a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.movex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY ./util-kit ./
# Install global deps
RUN apk add g++ make py3-pip git yarn

RUN rm -rf node_modules && yarn install --frozen-lockfile && yarn add movex-server movex-service chess.js deepmerge-ts zod fp-ts
RUN rm -rf node_modules && yarn install --frozen-lockfile && yarn add movex-server movex-service chess.js deepmerge-ts zod fp-ts deep-object-diff

COPY --chown=node:node . .

Expand Down

0 comments on commit 3aa0a6b

Please sign in to comment.