Skip to content

Commit

Permalink
Fix path in Dockerfile.api (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Mar 16, 2024
1 parent e281e98 commit d249afd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/Dockerfile.api
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d249afd

Please sign in to comment.