17 lines
257 B
Bash
Executable File
17 lines
257 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /Volumes/OWC4M2_1/Development/Josako/EveAI/TBD/docker
|
|
source ./docker_env_switch.sh dev
|
|
|
|
dcdown eveai_chat_client nginx
|
|
|
|
cd ../nginx
|
|
|
|
npm run clean
|
|
npm run build
|
|
|
|
cd ../docker
|
|
./build_and_push_eveai.sh -b nginx
|
|
|
|
dcup eveai_chat_client nginx
|