mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-20 07:42:39 +02:00
Entrypoint script is not needed anymore (#346)
This commit is contained in:
@@ -16,6 +16,5 @@ WORKDIR /root
|
||||
RUN apk add --no-cache ca-certificates
|
||||
|
||||
COPY --from=builder /app/cmd/backup/backup /usr/bin/backup
|
||||
COPY --chmod=755 ./entrypoint.sh /root/
|
||||
|
||||
ENTRYPOINT ["/usr/bin/backup", "-foreground"]
|
||||
|
||||
Reference in New Issue
Block a user