Update README.md

This commit is contained in:
Satoshi Nakamoto 2022-12-25 21:29:44 +01:00 committed by GitHub
parent f36c71007e
commit ae4833eca7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -260,7 +260,7 @@ WORKDIR /pyblock
RUN pip3 install -r requirements.txt
WORKDIR /pybitblock
WORKDIR /pyblock/pybitblock
CMD python3 PyBlock.py
```