deploy.sh 78 Bytes Raw Blame History Permalink 1 2 3 4 #!/usr/bin/env bash docker build -t joongna-api-server . docker-compose up -d