dockerfile: adjust binary name after merge

This commit is contained in:
Pierre Tachoire
2024-10-30 10:40:59 +01:00
parent f01558251c
commit 491e89d102

View File

@@ -68,7 +68,6 @@ RUN make build
FROM ubuntu:22.04
COPY --from=0 /browser/zig-out/bin/browsercore /bin/lightpanda
COPY --from=0 /browser/zig-out/bin/browsercore-get /bin/lightpanda-get
COPY --from=0 /browser/zig-out/bin/lightpanda /bin/lightpanda
CMD ["/bin/lightpanda", "--host", "0.0.0.0", "--port", "3245"]