Add instruction for building adrema-base image
This commit is contained in:
parent
31afa2e418
commit
e5066af192
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker buildx build -f .docker/base.Dockerfile .
|
||||
docker image tag sha256:... zoomyboy/adrema-base
|
||||
docker push zoomyboy/adrema-base
|
||||
|
Loading…
Reference in New Issue