When explicit mode (serve/fetch/help) isn't given, infer it from the options

This commit is contained in:
Karl Seguin
2025-02-22 13:54:05 +08:00
parent 734cf243f6
commit 85df280447
2 changed files with 61 additions and 24 deletions

View File

@@ -76,4 +76,4 @@ COPY --from=0 /browser/zig-out/bin/lightpanda /bin/lightpanda
EXPOSE 9222/tcp
CMD ["/bin/lightpanda", "--host", "0.0.0.0", "--port", "9222"]
CMD ["/bin/lightpanda", "serve", "--host", "0.0.0.0", "--port", "9222"]