We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadae7b commit f627283Copy full SHA for f627283
bot.Dockerfile
@@ -7,6 +7,7 @@ RUN npm ci
7
8
FROM node:jod-alpine as release
9
10
+LABEL org.opencontainers.image.source = "https://github.com/WFCD/genesis"
11
COPY --from=base --chown=node:node /app/genesis /app/genesis
12
WORKDIR /app/genesis
13
COPY --chown=node:node . .
notifier.Dockerfile
0 commit comments