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