fixed edid path

This commit is contained in:
Maxim Devaev 2024-05-16 00:01:03 +03:00
parent 353e58d7ca
commit 9d5eb8bacb

View File

@ -24,7 +24,7 @@ RUN apk add --no-cache \
WORKDIR /ustreamer WORKDIR /ustreamer
COPY --from=build /build/ustreamer/src/ustreamer.bin ustreamer COPY --from=build /build/ustreamer/src/ustreamer.bin ustreamer
RUN wget https://raw.githubusercontent.com/pikvm/kvmd/master/configs/kvmd/edid/v3-hdmi.hex -O /edid.hex RUN wget https://raw.githubusercontent.com/pikvm/kvmd/master/configs/kvmd/edid/v2.hex -O /edid.hex
COPY pkg/docker/entry.sh / COPY pkg/docker/entry.sh /
EXPOSE 8080 EXPOSE 8080