Skip to content

Commit 4a90a6c

Browse files
committed
..to build (965d716)
1 parent 1bcb899 commit 4a90a6c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ Copy `settings.example` in the `config` directory to e.g.
2020
BDB web comes with a Docker file. To build the Docker image, run the
2121
following from the project root folder:
2222

23-
build -t bdb-web .
23+
docker build -t bdb-web .
2424

2525
To run the Docker container, you need a data directory with two subdirectories
26-
called 'bdb' and 'pdb', containing all the data files. An example:
26+
called 'bdb' and 'pdb', containing all the data files. (Adjust the
27+
configuration file accordingly). An example:
2728

28-
docker run -v /home/cbaakman/projects/bdb-web:/app -v /mnt/cmbi4:/data -p 16000:16000 -it bdb-web
29+
docker run -v /path/to/bdb-web:/app -v /host:/data -p 16000:16000 -it bdb-web

0 commit comments

Comments
 (0)