Last active
July 8, 2018 20:22
-
-
Save theimpostor/3b3ca1234b1c7effa146795c9d875381 to your computer and use it in GitHub Desktop.
read input w/curl
This file contains 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 alpine | |
RUN apk add --no-cache \ | |
bash \ | |
curl | |
CMD [ "/bin/bash", "-c", "curl --include https://api.apify.com/v2/key-value-stores/${APIFY_DEFAULT_KEY_VALUE_STORE_ID}/records/INPUT?disableRedirect=1" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment