Improving docker setup & terraform init.
This commit is contained in:
11
src/Makefile
Normal file
11
src/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
dockerall:
|
||||
docker buildx build --platform linux/amd64,linux/arm64 -t nassella/b0.0.1 .
|
||||
|
||||
dockerlocal:
|
||||
docker buildx build -t nassella/b0.0.1 .
|
||||
|
||||
dockerpush:
|
||||
docker push nassella/b0.0.1
|
||||
|
||||
local:
|
||||
docker run -p 8080:8080 --net=host --rm nassella/b0.0.1
|
||||
Reference in New Issue
Block a user