Merge pull request #112 from jkaninda/refactor

chore: Add Github link
This commit is contained in:
2024-10-15 16:28:42 +02:00
committed by GitHub

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