Skip to content

Commit

Permalink
fix(Dockerfile): set LEPTOS_HASH_FILES=true
Browse files Browse the repository at this point in the history
  • Loading branch information
rupansh committed Mar 14, 2024
1 parent a52eef0 commit 1f1ce7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 1f1ce7d

Please sign in to comment.