mirror of
https://github.com/open-duelyst/duelyst
synced 2026-08-24 02:23:07 -04:00
5 lines
106 B
Bash
Executable file
5 lines
106 B
Bash
Executable file
#!/usr/bin/env bash
|
|
docker compose down
|
|
docker rm duelyst-db-1
|
|
docker rm duelyst-migrate-1
|
|
rm -rf .pgdata
|