Skip to content

Commit 8a30904

Browse files
chore: remove entrypoint script
1 parent 243624d commit 8a30904

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ RUN CGO_ENABLED=0 go build -o /build/ldap-passwd
2525

2626
FROM alpine:3.17 AS runner
2727

28-
COPY ./docker-entrypoint.sh /entrypoint.sh
2928
COPY --from=backend-builder /build/ldap-passwd /usr/local/bin/ldap-passwd
3029

31-
ENTRYPOINT [ "/entrypoint.sh" ]
30+
ENTRYPOINT [ "/usr/local/bin/ldap-passwd" ]

docker-entrypoint.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)