wekan/releases/docker-build.sh
Lauri Ojansivu b88b27689a Updated Docker build command.
Thanks to xet7 !
2026-01-16 19:52:07 +02:00

10 lines
299 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 -t wekan .