v1/start.sh
2018-11-01 01:36:39 -05:00

14 lines
No EOL
97 B
Bash
Executable file

#!/bin/sh
docker-compose up -d
pushd Server
yarn
yarn dev
popd
pushd UI
yarn
yarn start
popd