👷 CPU constraints shall not be set in the Dockerfile, but by the CI job
Some checks failed
ci/woodpecker/push/deploy Pipeline was canceled
Some checks failed
ci/woodpecker/push/deploy Pipeline was canceled
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user