@@ -50,7 +50,7 @@ To install the fixtures:
|
|||||||
|
|
||||||
## Developing against the docker
|
## Developing against the docker
|
||||||
|
|
||||||
It is possible to mount your source tree and sqlite DB into the container at run time.
|
It is possible to mount your source tree and sqlite DB into the container at run time. **N.B. The sqlite database needs to writable by the www-data user.** Use ```chown 33:33 kimai.sqlite``` on the host machine.
|
||||||
|
|
||||||
docker run --rm -d -p 8001:8001 \
|
docker run --rm -d -p 8001:8001 \
|
||||||
-v $(pwd)/src:/opt/kimai/src \
|
-v $(pwd)/src:/opt/kimai/src \
|
||||||
|
|||||||
Reference in New Issue
Block a user