Commit
All checks were successful
build docker image / docker-build (push) Successful in 53s

This commit is contained in:
2025-01-12 15:35:46 +02:00
parent 0c0b1d6139
commit 3e01f69234

View File

@ -1,9 +1,4 @@
.PHONY: all build .PHONY: build
all: build clean
build: build:
GOOS=linux go build -o docker-ldap-change-password-web-ui main.go GOOS=linux go build -o docker-ldap-change-password-web-ui main.go
clean:
rm docker-ldap-change-password-web-ui