Clean up test suite #134

Merged
ashwin merged 10 commits from deep-stack/laconicd:pm-qol-improvements into main 2024-01-22 10:27:09 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f6cbf5cc6b - Show all commits

View File

@ -1,2 +1,2 @@
#!/usr/bin/env bash
docker build -t cerc/laconicd:local-test ../..
docker build -t cerc/laconicd:local ../.. --progress=plain

View File

@ -1,7 +1,7 @@
services:
laconicd:
restart: unless-stopped
image: cerc/laconicd:local-test
image: cerc/laconicd:local
entrypoint: ["sh", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
environment:
- TEST_AUCTION_ENABLED