Minimal Dockerfile
This commit is contained in:
parent
5e0d168db6
commit
a6c22a1d9e
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# A container for PyBitmessage daemon
|
||||
|
||||
FROM python:2.7-slim
|
||||
WORKDIR /bitmessaged
|
||||
ADD . /bitmessaged
|
||||
RUN python2 setup.py install
|
||||
EXPOSE 8444 8442
|
||||
ENV BITMESSAGE_HOME /bitmessaged
|
||||
CMD ["pybitmessage", "-d"]
|
Loading…
Reference in New Issue
Block a user