Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 212 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 212 Bytes

Setup:

docker compose up -d db
docker exec -it starsailors_db psql -U postgres
\l
docker compose build flaskapp
docker compose up -d flaskapp