| ... | @@ -23,3 +23,9 @@ $ docker exec -ti postgres createdb -U opencell opencell |
... | @@ -23,3 +23,9 @@ $ docker exec -ti postgres createdb -U opencell opencell |
|
|
```
|
|
```
|
|
|
$ cat <DUMP_FILE> | docker exec -i postgres psql -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 |