5 lines
142 B
Bash
Executable file
5 lines
142 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
docker build -t rclone/xgo-cgofuse https://github.com/billziss-gh/cgofuse.git
|
|
docker images
|
|
docker push rclone/xgo-cgofuse
|