Files
calminer/run_docker.ps1
zwitschi cbaff5614a
Some checks failed
CI / lint (push) Successful in 17s
Deploy - Coolify / deploy (push) Failing after 5s
CI / test (push) Successful in 1m3s
CI / build (push) Successful in 2m18s
feat(docker): add script to run Docker container for calminer application
2025-11-15 19:58:55 +01:00

2 lines
158 B
PowerShell

docker run -d --name calminer-app --env-file .env -p 8003:8003 -v "${PWD}\logs:/app/logs" --restart unless-stopped calminer:latest
docker logs -f calminer-app