mirror of
https://github.com/its-a-feature/Mythic
synced 2026-06-08 14:55:38 +00:00
860bfb1635
updating mythic UI and adding docker go build args for mythic-docker and mythic-cli
10 lines
187 B
Makefile
10 lines
187 B
Makefile
|
|
export
|
|
|
|
build_container:
|
|
docker build -t mythic_server --build-arg GOPROXY --build-arg GO111MODULE -f Dockerfile .
|
|
|
|
run:
|
|
docker run --rm --env GOPROXY --env GO111MODULE mythic_server
|
|
|