Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 218 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 218 Bytes

cloudrun

docker build . docker run --env-file .env docker run --env-file .env -p 8080:8080

docker run -it --entrypoint /bin/bash --env-file .env psql -U username -h localhost -p 5432 dbname