Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 270 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 270 Bytes

woording-db

Woording database

How to run:

docker build -t woording-db .
docker run --name woorddb -e POSTGRES_PASSWORD=mysecretpassword -d woording-db

after that:

docker exec -i -t woorddb /bin/bash
psql -U postgres postgres < /tmp/schema.sql