Commit
Some checks failed
build docker image / docker-build (push) Failing after 33s

This commit is contained in:
2025-01-12 15:42:57 +02:00
parent 3e01f69234
commit 76e1d4e591

View File

@ -1,7 +1,5 @@
FROM golang:1.23.4 AS builder
WORKDIR /app
COPY . .
RUN go mod download && go mod verify
@ -13,7 +11,7 @@ FROM alpine:3.7
WORKDIR /app
# Copy the binary and required files
COPY --from=builder /app/docker-ldap-change-password-web-ui /app/docker-ldap-change-password-web-ui
COPY --from=builder /docker-ldap-change-password-web-ui /app/docker-ldap-change-password-web-ui
RUN chmod +x /app/docker-ldap-change-password-web-ui
ADD static /app/static