mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
6 lines
142 B
Bash
6 lines
142 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
docker build -t rclone/xgo-cgofuse https://github.com/billziss-gh/cgofuse.git
|
||
|
docker images
|
||
|
docker push rclone/xgo-cgofuse
|