pair_trading / development.md
sasasss111's picture
Create development.md
4dc9be9 verified
|
Raw
History Blame Contribute Delete
135 Bytes
# Development
## Testing your Dockerfile locally
```bash
docker build -t marimo-app .
docker run -it --rm -p 7860:7860 marimo-app
```