chore: force pin turbo to resolve docker issues for now
This commit is contained in:
@@ -15,8 +15,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN TURBO_VERSION="$(npm list --package-lock-only --json turbo | jq -r '.dependencies.turbo.version')"
|
RUN npm install -g "turbo@^1.9.3"
|
||||||
RUN npm install -g "turbo@$TURBO_VERSION"
|
|
||||||
|
|
||||||
# Outputs to the /out folder
|
# Outputs to the /out folder
|
||||||
# source: https://turbo.build/repo/docs/reference/command-line-reference/prune#--docker
|
# source: https://turbo.build/repo/docs/reference/command-line-reference/prune#--docker
|
||||||
@@ -66,8 +65,7 @@ COPY --from=builder /app/out/full/ .
|
|||||||
# Finally copy the turbo.json file so that we can run turbo commands
|
# Finally copy the turbo.json file so that we can run turbo commands
|
||||||
COPY turbo.json turbo.json
|
COPY turbo.json turbo.json
|
||||||
|
|
||||||
RUN TURBO_VERSION="$(npm list --package-lock-only --json turbo | jq -r '.dependencies.turbo.version')"
|
RUN npm install -g "turbo@^1.9.3"
|
||||||
RUN npm install -g "turbo@$TURBO_VERSION"
|
|
||||||
|
|
||||||
RUN turbo run build --filter=@documenso/web...
|
RUN turbo run build --filter=@documenso/web...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user