Skip to content

Instantly share code, notes, and snippets.

@theimpostor
Last active July 8, 2018 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theimpostor/3b3ca1234b1c7effa146795c9d875381 to your computer and use it in GitHub Desktop.
Save theimpostor/3b3ca1234b1c7effa146795c9d875381 to your computer and use it in GitHub Desktop.
read input w/curl
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