Skip to content

Commit

Permalink
fix: whitelist.txt is superseded by allowlist.txt (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 authored Apr 17, 2024
1 parent b4a994b commit b76c9d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

# TODO this should probably just be added at runtime as configuration....
COPY ./whitelist.txt /wdqs/whitelist.txt
COPY ./allowlist.txt /wdqs/allowlist.txt

CMD /wdqs/runBlazegraph.sh
File renamed without changes.

0 comments on commit b76c9d8

Please sign in to comment.