package for cloudron
This commit is contained in:
8
build.sh
Executable file
8
build.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -x
|
||||
set -eu
|
||||
|
||||
docker build --platform linux/amd64 -t dr.zoemp.be/cine-kids:$(cat VERSION) -f Dockerfile.cloudron .
|
||||
docker push dr.zoemp.be/cine-kids:$(cat VERSION)
|
||||
cloudron update --image dr.zoemp.be/cine-kids:$(cat VERSION) --app cine-kids
|
||||
|
Reference in New Issue
Block a user