Skip to content

Commit

Permalink
Updated README and config examples
Browse files Browse the repository at this point in the history
  • Loading branch information
meltaxa committed Apr 9, 2021
1 parent be7e897 commit 0a1bb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ RUN pip3 install --upgrade pip wheel && pip3 install --upgrade -r requirements.t

ENV PYTHONPATH="/config:$PYTHONPATH"

EXPOSE 7000
EXPOSE 5000

ENTRYPOINT [ "python3", "app.py" ]

0 comments on commit 0a1bb9a

Please sign in to comment.