- Accompanying css - Views to serve the Chat Client - first test version of the TRACIE_SELECTION_SPECIALIST - ESS Implemented.
10 lines
187 B
Bash
Executable File
10 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./docker_env_switch.sh dev
|
|
source .env
|
|
|
|
dcdown eveai_chat_client nginx
|
|
./update_chat_client_statics.sh
|
|
./build_and_push_eveai.sh -b nginx
|
|
dcup eveai_chat_client nginx
|