5 lines
147 B
Bash
5 lines
147 B
Bash
#!/bin/bash
|
|
cd api-gateway
|
|
sudo docker build . -t registry.dennisgunia.de/bibleapi:latest
|
|
sudo docker push registry.dennisgunia.de/bibleapi:latest
|