Skip to content

Commit

Permalink
Merge pull request #41 from geniusyield/38-add-build-make-target
Browse files Browse the repository at this point in the history
Add build make target #38
  • Loading branch information
4TT1L4 authored Apr 29, 2024
2 parents 8643e6a + f43c35c commit f29a018
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ all : start stop

DEFAULT_STRATEGY := strategy_a

build:
docker build -t ghcr.io/geniusyield/strategy-executor .

start:
docker compose up -d --build $(DEFAULT_STRATEGY)
docker compose logs -f strategy_a
Expand Down

0 comments on commit f29a018

Please sign in to comment.