Last active
September 3, 2019 06:56
-
-
Save giang-pham/a81e5cedcbe98e74fb5874ac6a237d0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:bullseye-slim | |
ADD extract_report_count.sh /opt/run.sh | |
RUN chmod +x /opt/run.sh | |
ADD resources /opt/resources | |
RUN mkdir /opt/output && \ | |
apt-get update && apt-get -y install curl jq | |
ENTRYPOINT ["/opt/run.sh"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment