4 lines
90 B
Bash
Executable File
4 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker build -t tonychee7000/code-ssh:$1 .
|
|
docker push tonychee7000/code-ssh:$1 |