This commit is contained in:
parent
c44ecdc53f
commit
2029d3a4e1
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ get_bin(){
|
||||||
#docker rm -v $container_id
|
#docker rm -v $container_id
|
||||||
cp target/release/librepages $TARGET_DIR
|
cp target/release/librepages $TARGET_DIR
|
||||||
cp contrib/ $TARGET_DIR
|
cp contrib/ $TARGET_DIR
|
||||||
|
cp config/ $TARGET_DIR
|
||||||
|
mv $TARGET_DIR/config/default.toml $TARGET_DIR/config/config.toml
|
||||||
}
|
}
|
||||||
|
|
||||||
copy() {
|
copy() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue