Entrypoint script is not needed anymore (#346)

This commit is contained in:
Frederik Ring
2024-02-06 21:46:18 +01:00
committed by GitHub
parent d642a60c4d
commit 21191d601a
2 changed files with 0 additions and 27 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"]