diff --git a/Dockerfile b/Dockerfile index 71437f52..06d11946 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ ENV LEPTOS_SITE_ROOT="site" ENV LEPTOS_ENV="production" ENV LEPTOS_SITE_ADDR="0.0.0.0:8080" +ENV LEPTOS_HASH_FILES="true" EXPOSE 8080 CMD ["./hot-or-not-web-leptos-ssr"] \ No newline at end of file