Skip to content

Commit 500a67d

Browse files
committed
compatible typescript version
1 parent af2185c commit 500a67d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ARG HTTPS_PROXY=""
55

66
WORKDIR /app
77
COPY package.json package-lock.json /app/
8+
RUN npm install -g typescript@4.8.4 # Install a compatible TypeScript version
89
RUN npm install -g
910
RUN cd /app && npm install
1011
COPY . /app

0 commit comments

Comments
 (0)