Makefile 162 Bytes
Newer Older
Pepe Marquez's avatar
Pepe Marquez committed
1 2 3 4 5 6 7
db:
	docker run --rm -d --name postgres -p 5432:5432 \
  -e POSTGRES_DB=omop \
  -e POSTGRES_USER=postgres \
  -e POSTGRES_PASSWORD=postgres \
  postgres:latest