Skip to content

Commit

Permalink
Changed build to pull for init to make sure of latest docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
dmirgaleev authored and Groxan committed Dec 28, 2020
1 parent 36f8007 commit 07c61a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ init:
docker-compose exec -T db createdb -U tzkt -T template0 tzkt_db
docker-compose exec -T db pg_restore -U tzkt -O -x -v -d tzkt_db -1 < tzkt_db.backup
rm tzkt_db.backup
docker-compose build
docker-compose pull

start:
docker-compose up -d
Expand Down

0 comments on commit 07c61a2

Please sign in to comment.