4 lines
100 B
Bash
4 lines
100 B
Bash
docker run --name trading_container -itd \
|
|
-v $(pwd):/app \
|
|
golang:1.25.7-alpine3.23 \
|
|
/bin/sh |