scaffold script flow

This commit is contained in:
Frederik Ring
2021-08-21 19:26:42 +02:00
parent efb52aa806
commit 8b110fd789
2 changed files with 159 additions and 60 deletions

View File

@@ -12,9 +12,7 @@ FROM alpine:3.14
WORKDIR /root
RUN apk add --update ca-certificates docker openrc gnupg
RUN update-ca-certificates
RUN rc-update add docker boot
RUN apk add --update ca-certificates
COPY --from=builder /app/backup /usr/bin/backup