wekan/releases/docker-build.sh
Lauri Ojansivu 8054f2b002 Docker build script to be executeable.
Thanks to xet7 !
2021-11-25 16:27:07 +02:00

10 lines
290 B
Bash
Executable file

#!/bin/bash
# Build Docker images locally, because builds at Quay.io and Docker Hub usually fail.
#
# To be done at ~/repos/wekan or ~/repos/w/wekan-gantt-gpl
#
# After building, you see created Docker image ID, that is then
# used with releases/docker-push-...sh scripts.
docker build .