VeloCT_Base / docker /copy_files.sh
Taperx's picture
Deploy Base model with clean official lichess-bot folder
3014f14
Raw
History Blame Contribute Delete
250 Bytes
#!/bin/sh
if [ -e /lichess-bot/config/homemade.py ]; then
ln -sf /lichess-bot/config/homemade.py /lichess-bot/
fi
if [ -e /lichess-bot/config/extra_game_handlers.py ]; then
ln -sf /lichess-bot/config/extra_game_handlers.py /lichess-bot/
fi