Skip to content

Instantly share code, notes, and snippets.

@sulliwane
Last active September 5, 2019 12:49
Show Gist options
  • Save sulliwane/e42c401aa9baf2285cc4c40e20d2c2d7 to your computer and use it in GitHub Desktop.
Save sulliwane/e42c401aa9baf2285cc4c40e20d2c2d7 to your computer and use it in GitHub Desktop.
DOracle off-chain Docherfile
FROM node:11-alpine
COPY price-feed.js /src/price-feed.js
COPY entrypoint.sh /entrypoint.sh
RUN npm i https ethers fs
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment