We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c637db2 commit 208dc06Copy full SHA for 208dc06
Dockerfile
@@ -50,12 +50,14 @@ COPY . .
50
# Run stylance first
51
RUN stylance .
52
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
+# ENV LEPTOS_DISABLE_WASM_OPT=true
+# ENV LEPTOS_USE_INSTALLED_WASM_BIN=true
+# ENV LEPTOS_WASM_BINDGEN_VERSION=0.2.105
+# ENV LEPTOS_WASM_OPT_VERSION=version_125
57
# Then run the leptos build
58
-RUN cargo leptos build --release -vv
+# RUN cargo leptos build --release -vv
59
+RUN cargo leptos build --release --no-wasm-opt -vv
60
+
61
62
63
##### Production runner #####
0 commit comments