Skip to content

Commit ad31897

Browse files
committed
chore(ci): add dockerfile labels
1 parent 877dd28 commit ad31897

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ RUN ls -hal
1414

1515
FROM node:18-alpine3.15
1616

17+
LABEL org.opencontainers.image.title="Nostr Typescript Relay"
18+
LABEL org.opencontainers.image.source=https://github.com/Cameri/nostr-ts-relay
19+
LABEL org.opencontainers.image.description="nostr-ts-relay"
20+
LABEL org.opencontainers.image.authors="Ricardo Arturo Cabral Mejía"
21+
LABEL org.opencontainers.image.licenses=MIT
22+
23+
1724
ENV DB_HOST=localhost
1825
ENV DB_PORT=5432
1926
ENV DB_NAME=nostr-ts-relay

0 commit comments

Comments
 (0)