3 lines
122 B
Bash
Executable File
3 lines
122 B
Bash
Executable File
#!/usr/bin/bash
|
|
docker build . --tag alexanderhd27/bproto-compiler:latest
|
|
docker push alexanderhd27/bproto-compiler:latest |