Commit f11e209e authored by Pavel Taskov's avatar Pavel Taskov

added a build file

parent c3d6e1a0
#!/bin/bash
docker-compose down
status=$?
[ $status -eq 0 ] && echo "build successful" || exit -1
docker-compose up -d
status=$?
[ $status -eq 0 ] && echo "build successful" || exit -1
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