phonograph/mdengine/Makefile

5 lines
119 B
Makefile
Raw Normal View History

2025-05-02 23:48:54 -07:00
.PHONY: run-postgres
run-postgres:
docker run --rm -it -e POSTGRES_PASSWORD=guest -p 127.0.0.1:5432:5432 postgres:17