Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit c2b5a16

Browse files
committed
Add dockerfile
1 parent 51f308a commit c2b5a16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM python:latest
2+
3+
WORKDIR /py-orbit-db-http-client
4+
RUN curl -L https://github.com/orbitdb/py-orbit-db-http-client/tarball/develop | tar -xz --strip-components 1 \
5+
&& pip install .

0 commit comments

Comments
 (0)