Add serve command

This commit is contained in:
Eric Bailey
2025-01-22 13:59:20 -06:00
parent d5ea9e0011
commit 87ae4533d4
+1 -1
View File
@@ -79,7 +79,7 @@ ENTRYPOINT ["dumb-init", "--"]
WORKDIR /bskyweb
COPY --from=build-env /bskyweb /usr/bin/bskyweb
CMD ["/usr/bin/bskyweb"]
CMD ["/usr/bin/bskyweb", "serve"]
LABEL org.opencontainers.image.source=https://github.com/bluesky-social/social-app
LABEL org.opencontainers.image.description="bsky.app Web App"