Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • develop
2 results

requirements-dev.txt

Blame
  • prepare_docker.sh 252 B
    #!/bin/bash
    
    SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
    
    docker build -t techmo-asr "$SCRIPT_DIR"
    docker tag techmo-asr docker-registry.theliver.pl/techmo-asr:1.1
    docker push docker-registry.theliver.pl/techmo-asr:1.1