You've already forked docker-ldap-change-password-web-ui
This commit is contained in:
4
Makefile
4
Makefile
@ -9,7 +9,7 @@ init:
|
||||
dep ensure
|
||||
|
||||
build:
|
||||
GOOS=linux go build -o ldap-pass-webui main.go
|
||||
GOOS=linux go build -o docker-ldap-change-password-web-ui main.go
|
||||
|
||||
docker:
|
||||
@echo "Building docker image"
|
||||
@ -21,4 +21,4 @@ push:
|
||||
docker push ${REPO}:latest
|
||||
|
||||
clean:
|
||||
rm -rf ldap-pass-webui
|
||||
rm -rf docker-ldap-change-password-web-ui
|
Reference in New Issue
Block a user