wekan/releases/docker-build.sh
Lauri Ojansivu 16bb65f7c7 Docker build script to be executeable.
Thanks to xet7 !
2021-11-25 19:31:20 +01: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 .