Docker: fix web assets location (#7683)

This commit is contained in:
Austin
2025-08-19 14:06:43 -05:00
committed by GitHub
co-authored by GitHub
parent 5b62bbe8e6
commit 68726a1b0e
+1 -1
View File
@@ -61,7 +61,7 @@ RUN apt-get update && apt-get --no-install-recommends -y install \
# Fetch compiled binary from the builder
COPY --from=builder /tmp/firmware/release/meshtasticd /usr/bin/
COPY --from=builder /tmp/web /usr/share/meshtasticd/
COPY --from=builder /tmp/web /usr/share/meshtasticd/web/
# Copy config templates
COPY ./bin/config.d /etc/meshtasticd/available.d