Skip to content

Commit

Permalink
docker: update container description metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
RalphORama committed Oct 12, 2023
1 parent bec3bd0 commit b9907f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:lts-alpine

LABEL org.opencontainers.image.title="LinkFix for Discord" \
org.opencontainers.image.description="LinkFix is a Discord bot that replies to messages containing annoying links (Twitter, YouTube Shorts) with better ones (fxtwitter, youtu.be)" \
org.opencontainers.image.description="LinkFix for Discord replies to messages containing URLS that don't embed properly (x.com, twitter.com, YouTube Shorts) with URLS that do (fxtwitter.com, youtu.be)." \
org.opencontainers.image.authors="Lily Skye <me@suchipi.com>, Ralph <ralph@podaboutli.st>" \
org.opencontainers.image.source="https://github.com/podaboutlist/linkfix-for-discord" \
org.opencontainers.image.licenses="AGPL-3.0-or-later"
Expand Down

0 comments on commit b9907f4

Please sign in to comment.