Skip to content

Commit f29a018

Browse files
authored
Merge pull request #41 from geniusyield/38-add-build-make-target
Add build make target #38
2 parents 8643e6a + f43c35c commit f29a018

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ all : start stop
33

44
DEFAULT_STRATEGY := strategy_a
55

6+
build:
7+
docker build -t ghcr.io/geniusyield/strategy-executor .
8+
69
start:
710
docker compose up -d --build $(DEFAULT_STRATEGY)
811
docker compose logs -f strategy_a

0 commit comments

Comments
 (0)