Fix Docker image incorrect site root copy path

This commit is contained in:
Ethan Girouard 2024-01-01 15:53:10 -05:00
parent b1de553b57
commit 573c4f4331
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -60,7 +60,7 @@ library manager built for collaborative listening."
# Copy the binary and the compressed assets to the "site root"
COPY --from=builder /app/target/x86_64-unknown-linux-musl/release/libretunes /libretunes
COPY --from=builder /app/target/site /target/site
COPY --from=builder /app/target/site /site
# Configure Leptos settings
ENV LEPTOS_SITE_ADDR=0.0.0.0:3000