Skip to content

Commit 491e89d

Browse files
committed
dockerfile: adjust binary name after merge
1 parent f015582 commit 491e89d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ RUN make build
6868

6969
FROM ubuntu:22.04
7070

71-
COPY --from=0 /browser/zig-out/bin/browsercore /bin/lightpanda
72-
COPY --from=0 /browser/zig-out/bin/browsercore-get /bin/lightpanda-get
71+
COPY --from=0 /browser/zig-out/bin/lightpanda /bin/lightpanda
7372

7473
CMD ["/bin/lightpanda", "--host", "0.0.0.0", "--port", "3245"]

0 commit comments

Comments
 (0)