Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 176 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 176 Bytes

simpleblogDB

Build the Docker container

docker build -t sbdb . --no-cache

Run the Docker container

docker run --rm -p 5432:5432 --name my_sbdb sbdb