Skip to content

Commit

Permalink
CI : installing ts
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecoust committed Jul 3, 2024
1 parent 2be2f4b commit c186de7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ WORKDIR /src

COPY package*.json .

RUN npm install
RUN npm install \
&& npm install typescript -g

COPY . .

Expand Down

0 comments on commit c186de7

Please sign in to comment.