Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Sep 18, 2024
1 parent 19919c1 commit c515e02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ COPY .docker/*.ts .
# Cache Deno dependencies for update script
RUN deno cache --reload --lock=deno.lock update.ts build.ts

# Make Git work with jskos-data folder despite "dubious ownership"
RUN git config --global --add safe.directory /jskos-data

CMD ["bash", "entrypoint.sh"]

0 comments on commit c515e02

Please sign in to comment.