Skip to content

Commit

Permalink
compatible typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
siewer committed Jul 29, 2024
1 parent af2185c commit 500a67d
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 @@ -5,6 +5,7 @@ ARG HTTPS_PROXY=""

WORKDIR /app
COPY package.json package-lock.json /app/
RUN npm install -g typescript@4.8.4 # Install a compatible TypeScript version
RUN npm install -g
RUN cd /app && npm install
COPY . /app
Expand Down

0 comments on commit 500a67d

Please sign in to comment.