mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
add docker build commands
This commit is contained in:
2
build
2
build
@@ -1 +1 @@
|
|||||||
go build -trimpath -ldflags="-s -w" -o bin/argon ./src
|
go build -trimpath -ldflags="-s -w" -o bin/argon ./src && docker build -t ugric/argon . && docker push ugric/argon
|
||||||
1
dockerBuild
Executable file
1
dockerBuild
Executable file
@@ -0,0 +1 @@
|
|||||||
|
docker build -t ugric/argon .
|
||||||
1
dockerPush
Executable file
1
dockerPush
Executable file
@@ -0,0 +1 @@
|
|||||||
|
docker push ugric/argon
|
||||||
Reference in New Issue
Block a user