diff --git a/Dockerfile b/Dockerfile index 7f9f09a..855ccf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,5 +27,5 @@ ENV UV_USE_IO_URING=0 CMD ["node", "--enable-source-maps", "index.js"] LABEL org.opencontainers.image.source=https://github.com/bluesky-social/pds -LABEL org.opencontainers.image.description="ATP Personal Data Server (PDS)" +LABEL org.opencontainers.image.description="AT Protocol PDS" LABEL org.opencontainers.image.licenses=MIT