Add files via upload

This commit is contained in:
sahaj05 2023-09-01 13:00:34 +05:30 committed by GitHub
parent 9e8a4df2f1
commit 9b9893d0a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM ubuntu:latest
WORKDIR /app
COPY . /app
RUN apt-get update && apt-get install -y \
git \
python3 \
python3-pip
RUN git clone https://github.com/trezor/blockbook.git
WORKDIR /app/blockbook