Skip to content
Snippets Groups Projects
Commit 423251a1 authored by Tim's avatar Tim
Browse files

docker testing

parent daac54dd
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ RUN \
WORKDIR /app
RUN \
pip3 install -e git+https://github.com/steemit/steem-python.git#egg=steem && \
pip3 install -e . && \
apt-get remove -y \
build-essential \
......@@ -58,4 +59,4 @@ RUN \
/usr/local/include
EXPOSE ${HTTP_SERVER_PORT}
EXPOSE ${HTTP_SERVER_STATS_PORT}
\ No newline at end of file
EXPOSE ${HTTP_SERVER_STATS_PORT}
......@@ -138,6 +138,7 @@ application = app
def _dev_server(port=8081, debug=True):
# pylint: disable=bare-except
try:
print("Launch hive server.")
app.run(port=port, debug=debug)
except:
logger.exception('HTTP Server Exception')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment