Skip to content

Commit

Permalink
make up
Browse files Browse the repository at this point in the history
  • Loading branch information
kochetkov-av committed Jul 28, 2020
1 parent 107d0a7 commit 4fda85a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ docker_build:
.PHONY: docker_build_frontend
docker_build_frontend:
docker build -t cid-checker-frontend --build-arg REACT_APP_FILECOIN_CID_CHECKER_API=/api/ ./ui/

.PHONY: up
up: docker_build docker_build_frontend
docker-compose -d up

0 comments on commit 4fda85a

Please sign in to comment.