- Eerste stap in het opnieuw laten werken van de chat client...
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /Volumes/OWC4M2_1/Development/Josako/EveAI/TBD/docker
|
||||
source ./docker_env_switch.sh dev
|
||||
source .env
|
||||
|
||||
dcdown eveai_chat_client nginx
|
||||
./update_chat_client_statics.sh
|
||||
|
||||
cd ../nginx
|
||||
|
||||
npm run clean
|
||||
npm run build
|
||||
|
||||
cd ../docker
|
||||
./build_and_push_eveai.sh -b nginx
|
||||
|
||||
dcup eveai_chat_client nginx
|
||||
|
||||
Reference in New Issue
Block a user