Skip to content

Commit 208dc06

Browse files
committed
ci
1 parent c637db2 commit 208dc06

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Dockerfile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,14 @@ COPY . .
5050
# Run stylance first
5151
RUN stylance .
5252

53-
ENV LEPTOS_DISABLE_WASM_OPT=true
54-
ENV LEPTOS_USE_INSTALLED_WASM_BIN=true
55-
ENV LEPTOS_WASM_BINDGEN_VERSION=0.2.105
56-
ENV LEPTOS_WASM_OPT_VERSION=version_125
53+
# ENV LEPTOS_DISABLE_WASM_OPT=true
54+
# ENV LEPTOS_USE_INSTALLED_WASM_BIN=true
55+
# ENV LEPTOS_WASM_BINDGEN_VERSION=0.2.105
56+
# ENV LEPTOS_WASM_OPT_VERSION=version_125
5757
# Then run the leptos build
58-
RUN cargo leptos build --release -vv
58+
# RUN cargo leptos build --release -vv
59+
RUN cargo leptos build --release --no-wasm-opt -vv
60+
5961

6062

6163
##### Production runner #####

0 commit comments

Comments
 (0)