forked from LBRYCommunity/lbry-sdk
change default metric port, add sqlalchemy to dockerfile
This commit is contained in:
parent
4a3a7e318d
commit
47a5d37d7c
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ RUN chown -R $user:$user $projects_dir
|
|||
USER $user
|
||||
WORKDIR $projects_dir
|
||||
|
||||
RUN python3 -m pip install -U setuptools pip
|
||||
RUN python3 -m pip install -U setuptools pip sqlalchemy
|
||||
RUN make install
|
||||
RUN python3 docker/set_build.py
|
||||
RUN rm ~/.cache -rf
|
||||
|
|
|
@ -333,7 +333,7 @@ class SimpleMetrics:
|
|||
|
||||
|
||||
async def test():
|
||||
metrics = SimpleMetrics('7070')
|
||||
metrics = SimpleMetrics('8080')
|
||||
await metrics.start()
|
||||
crawler = Crawler("/tmp/a.db")
|
||||
await crawler.node.start_listening()
|
||||
|
|
Loading…
Reference in a new issue