phonograph/Makefile

5 lines
158 B
Makefile
Raw Normal View History

2025-05-26 22:08:21 -07:00
.PHONY: run-postgres
run-postgres:
docker run --rm -it -e POSTGRES_PASSWORD=guest -v "./pgdata:/var/lib/postgresql/data" -p 127.0.0.1:5432:5432 postgres:17