Add serve command
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ ENTRYPOINT ["dumb-init", "--"]
|
|||||||
WORKDIR /bskyweb
|
WORKDIR /bskyweb
|
||||||
COPY --from=build-env /bskyweb /usr/bin/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.source=https://github.com/bluesky-social/social-app
|
||||||
LABEL org.opencontainers.image.description="bsky.app Web App"
|
LABEL org.opencontainers.image.description="bsky.app Web App"
|
||||||
|
|||||||
Reference in New Issue
Block a user