Skip to content

Commit

Permalink
Resetting schema
Browse files Browse the repository at this point in the history
  • Loading branch information
alaxalves committed Jul 2, 2020
1 parent eca187a commit d76e373
Show file tree
Hide file tree
Showing 3 changed files with 748 additions and 742 deletions.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
define wait_for_container
@while ! docker-compose logs web | grep "Web server started"; do\
echo "Serving Spectral";\
sleep 10;\
done;
endef

redeploy-container:
docker-compose up --force-recreate -d
# docker-compose down --volumes
docker-compose up --build -d
# $(call wait_for_container)
sleep 30
docker-compose logs
Loading

0 comments on commit d76e373

Please sign in to comment.