Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 13 lines 287 B view raw
1FROM ghcr.io/facebook/threatexchange/hma:1.1.4 2 3WORKDIR /app 4 5COPY omm_config.py /app/omm_config.py 6COPY local-entrypoint.sh /app/entrypoint.sh 7 8# Make the entrypoint script executable 9RUN chmod +x /app/entrypoint.sh 10 11ENV OMM_CONFIG=/app/omm_config.py 12 13ENTRYPOINT ["/app/entrypoint.sh"]