We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b148588 commit f55a254Copy full SHA for f55a254
.github/dockerfiles/syntheticbucketd/Dockerfile
@@ -1,8 +1,6 @@
1
FROM node:22
2
3
RUN mkdir /app
4
-RUN npm install -g \
5
- typescript@4.9.5
6
COPY package.json /app
7
COPY yarn.lock /app
8
RUN cd /app && yarn install --network-concurrency 1
0 commit comments