mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
dockerfile: adjust binary name after merge
This commit is contained in:
@@ -68,7 +68,6 @@ RUN make build
|
|||||||
|
|
||||||
FROM ubuntu:22.04
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
COPY --from=0 /browser/zig-out/bin/browsercore /bin/lightpanda
|
COPY --from=0 /browser/zig-out/bin/lightpanda /bin/lightpanda
|
||||||
COPY --from=0 /browser/zig-out/bin/browsercore-get /bin/lightpanda-get
|
|
||||||
|
|
||||||
CMD ["/bin/lightpanda", "--host", "0.0.0.0", "--port", "3245"]
|
CMD ["/bin/lightpanda", "--host", "0.0.0.0", "--port", "3245"]
|
||||||
|
|||||||
Reference in New Issue
Block a user