diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..ac3d45f --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM node +COPY . . +ENV BUILD_DIR hs-tree-data +RUN npm i & git clone https://github.com/handshake-org/hs-tree-data.git +ENTRYPOINT ["./bin/hs-airdrop"]