fix: why is ts not installing

This commit is contained in:
2024-04-23 19:31:55 +02:00
parent 0373a24935
commit 397d033b2d

View File

@@ -8,8 +8,9 @@ WORKDIR /app
RUN apk add --no-cache --virtual .gyp python3 make g++
COPY package.json yarn.lock ./
RUN npm install -g typescript
RUN yarn set version 4.1.1
RUN yarn install --frozen-lockfile
RUN yarn install --immutable
COPY . .
RUN yarn build