Entrypoint script is not needed anymore (#346)

This commit is contained in:
Frederik Ring
2024-02-06 21:46:18 +01:00
parent 1d45062100
commit 69eceb3982
3 changed files with 2 additions and 29 deletions

View File

@@ -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"]