Add files via upload
This commit is contained in:
parent
9e8a4df2f1
commit
9b9893d0a5
10
Dockerfile
Normal file
10
Dockerfile
Normal 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user