sammchardy / python-idex

IDEX v3 Exchange REST API python implementation

Home Page:https://python-idex.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add Dockerfile

benjiqq opened this issue · comments

commented

to debug I used this dockerfile. it worked with requirements.txt changing rlp to: rlp==1.0.1

FROM python:3

RUN mkdir /app
ADD python-idex /app/idex
WORKDIR /app/idex
RUN python3 setup.py install