We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b11002 commit a4888bcCopy full SHA for a4888bc
Dockerfile
@@ -68,7 +68,7 @@ COPY --from=builder /work/Cargo.toml /app/
68
69
ENV RUST_LOG="debug"
70
ENV PORT=8080
71
-ENV LEPTOS_SITE_ADDR=0.0.0.0:\${PORT}
+ENV LEPTOS_SITE_ADDR=0.0.0.0:${PORT}
72
ENV LEPTOS_SITE_ROOT=./site
73
EXPOSE 8080
74
0 commit comments