mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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 .
|