mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-01 04:03:39 +00:00
9 lines
118 B
Bash
9 lines
118 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# cd .travis
|
||
|
# ./update.sh
|
||
|
|
||
|
if [ ! -f Dockerfile ];then exit 1; fi
|
||
|
|
||
|
cp -a ../book.json book.json
|