chore: Add github link

This commit is contained in:
Jonas Kaninda
2024-10-15 16:28:00 +02:00
parent 6fbe4a3abc
commit 5f58b959e8

View File

@@ -18,6 +18,7 @@ ARG TEMPLATES_DIR="/config/templates"
ENV VERSION=${appVersion}
LABEL author="Jonas Kaninda"
LABEL version=${appVersion}
LABEL github="github.com/jkaninda/pg-bkup"
RUN apk --update add --no-cache postgresql-client tzdata ca-certificates
RUN mkdir $WORKDIR