Skip to content

Commit d0efd20

Browse files
authored
Update Dockerfile to use ssr feature
1 parent 7b58db5 commit d0efd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN rustup target add ${ARCH}-unknown-linux-musl
2828
ENV LEPTOS_OUTPUT_NAME="mdoj"
2929
ENV LEPTOS_BIN_TARGET_TRIPLE=${ARCH}-unknown-linux-musl
3030

31-
RUN cargo leptos build -p frontend --bin-features compress,hydrate --release --precompress -vv
31+
RUN cargo leptos build -p frontend --bin-features compress,ssr --release --precompress -vv
3232

3333
FROM scratch
3434
WORKDIR /config

0 commit comments

Comments
 (0)