docker-build.sh 290 B

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