| ... | ... | @@ -22,4 +22,10 @@ $ docker exec -ti postgres createdb -U opencell opencell |
|
|
|
|
|
|
|
```
|
|
|
|
$ cat <DUMP_FILE> | docker exec -i postgres psql -U opencell opencell
|
|
|
|
```
|
|
|
|
|
|
|
|
5. Up the opencell container:
|
|
|
|
|
|
|
|
```
|
|
|
|
$ docker-compose up -d
|
|
|
|
``` |
|
|
\ No newline at end of file |