mirror of
https://github.com/gramps-project/gramps-web.git
synced 2025-12-30 18:29:46 -06:00
Fix path in Dockerfile.api (#403)
This commit is contained in:
@@ -5,8 +5,7 @@ COPY config.cfg /app/config/
|
||||
|
||||
# extract & use Gramps example tree
|
||||
ENV GRAMPS_RESOURCES /usr/share/
|
||||
RUN cp -r /usr/share/doc/gramps/example/gramps/example.gramps.gz .
|
||||
RUN gunzip example.gramps.gz
|
||||
RUN cp -r /usr/local/share/doc/gramps/example/gramps/example.gramps .
|
||||
RUN gramps -C Example -i example.gramps --config=database.backend:sqlite --config=database.path:/root/.gramps/grampsdb
|
||||
RUN rm -rf appcache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user