This commit is contained in:
Eric Meehan 2024-09-22 00:13:55 -04:00
parent 3430b37280
commit 405245d62c

View File

@ -1,4 +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
COPY . /usr/local/src/kraken-bot