We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2185c commit 500a67dCopy full SHA for 500a67d
Dockerfile
@@ -5,6 +5,7 @@ ARG HTTPS_PROXY=""
5
6
WORKDIR /app
7
COPY package.json package-lock.json /app/
8
+RUN npm install -g typescript@4.8.4 # Install a compatible TypeScript version
9
RUN npm install -g
10
RUN cd /app && npm install
11
COPY . /app
0 commit comments