mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-06-08 01:42:11 +08:00
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
|