This commit is contained in:
2024-09-14 12:45:19 -04:00
parent 9d8b9ec4b1
commit cab571f549
5 changed files with 119 additions and 108 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM debian
RUN apt-get update && apt-get install -y python3-pip
RUN pip3 install --break-system-packages krakenex pykrakenapi python-dotenv scipy
COPY kraken-bot /usr/local/src/kraken-bot