mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
Make /app world-readable to better support non-root usage (#523)
Possible fix for failing tests with non-root deployment.
This commit is contained in:
parent
1325cc3868
commit
23fda685d9
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ WORKDIR /crawls
|
|||
# enable to test custom behaviors build (from browsertrix-behaviors)
|
||||
# COPY behaviors.js /app/node_modules/browsertrix-behaviors/dist/behaviors.js
|
||||
|
||||
RUN chmod o=rX -R /app
|
||||
|
||||
ADD docker-entrypoint.sh /docker-entrypoint.sh
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue