mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
11 lines
290 B
Bash
11 lines
290 B
Bash
|
|
#!/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 .
|