👷 CPU constraints shall not be set in the Dockerfile, but by the CI job
Some checks failed
ci/woodpecker/push/deploy Pipeline was canceled

This commit is contained in:
2024-04-12 21:30:45 +02:00
parent 357b618262
commit 57b0e94061

View File

@@ -13,8 +13,8 @@ COPY Cargo.* .
COPY ./build.rs .
COPY ./src ./src
RUN cargo install -j 1 dioxus-cli
RUN dx build -r --platform web -- -j 1
RUN cargo install dioxus-cli
RUN dx build -r --platform web
FROM nginx:mainline-alpine-slim