We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243624d commit 8a30904Copy full SHA for 8a30904
Dockerfile
@@ -25,7 +25,6 @@ RUN CGO_ENABLED=0 go build -o /build/ldap-passwd
25
26
FROM alpine:3.17 AS runner
27
28
-COPY ./docker-entrypoint.sh /entrypoint.sh
29
COPY --from=backend-builder /build/ldap-passwd /usr/local/bin/ldap-passwd
30
31
-ENTRYPOINT [ "/entrypoint.sh" ]
+ENTRYPOINT [ "/usr/local/bin/ldap-passwd" ]
docker-entrypoint.sh
0 commit comments