mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-01 12:13:38 +00:00
48a3624644
Fix #216 #218
9 lines
118 B
Bash
Executable File
9 lines
118 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# cd .travis
|
|
# ./update.sh
|
|
|
|
if [ ! -f Dockerfile ];then exit 1; fi
|
|
|
|
cp -a ../book.json book.json
|