Skip to content

Commit

Permalink
try commenting out target triple
Browse files Browse the repository at this point in the history
  • Loading branch information
akarras committed Oct 19, 2023
1 parent bf948da commit d7f9044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN rustup target add wasm32-unknown-unknown
RUN mkdir -p /app
WORKDIR /app
COPY . .
ENV LEPTOS_BIN_TARGET_TRIPLE="x86_64-unknown-linux-gnu"
# ENV LEPTOS_BIN_TARGET_TRIPLE="x86_64-unknown-linux-gnu"
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
RUN cargo leptos --manifest-path=./Cargo.toml build --release -vv

Expand Down

0 comments on commit d7f9044

Please sign in to comment.