Skip to content

Commit

Permalink
CLDSRV-515: install typescript in docker builder
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Apr 15, 2024
1 parent 349bafd commit 0bee8a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get update \

ENV PYTHON=python3
COPY package.json yarn.lock /usr/src/app/
RUN npm install typescript -g
RUN yarn install --production --ignore-optional --frozen-lockfile --ignore-engines --network-concurrency 1

################################################################################
Expand Down

0 comments on commit 0bee8a0

Please sign in to comment.