reafactor(ci): remove 'down' call from start.sh

parent 8d34aa77
#!/bin/bash
export USER_ID="$(id -u `whoami`)"
export GROUP_ID="$(id -g `whoami`)"
docker-compose down
docker-compose up -d
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment