Skip to content

Ali-Wassouf/osivexample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To init the db docker-compose up

docker cp ./db.sql entity_graph:/docker-entrypoint-initdb.d/dump.sql

docker exec -it entity_graph psql -U postgres -d postgres -f /docker-entrypoint-initdb.d/dump.sql

Resource

In case you are having problems running the container on your windows machine, you need to switch to linux containers in docker.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published