From 87ae4533d43f338718d1be531e455dca570a798a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 22 Jan 2025 13:59:20 -0600 Subject: [PATCH] Add serve command --- Dockerfile.small | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.small b/Dockerfile.small index f4d6797b48..d877cc2aa9 100644 --- a/Dockerfile.small +++ b/Dockerfile.small @@ -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"