We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877dd28 commit ad31897Copy full SHA for ad31897
Dockerfile
@@ -14,6 +14,13 @@ RUN ls -hal
14
15
FROM node:18-alpine3.15
16
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
24
ENV DB_HOST=localhost
25
ENV DB_PORT=5432
26
ENV DB_NAME=nostr-ts-relay
0 commit comments