We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8643e6a + f43c35c commit f29a018Copy full SHA for f29a018
Makefile
@@ -3,6 +3,9 @@ all : start stop
3
4
DEFAULT_STRATEGY := strategy_a
5
6
+build:
7
+ docker build -t ghcr.io/geniusyield/strategy-executor .
8
+
9
start:
10
docker compose up -d --build $(DEFAULT_STRATEGY)
11
docker compose logs -f strategy_a
0 commit comments