changed port used by uwsgi

pull/4/head
Chris Veilleux 2018-09-10 00:09:45 -05:00
parent b577a7d0fe
commit d1ca45f4c5
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ RUN pipenv install --system
RUN rm /opt/selene/Pipfile
RUN rm /opt/selene/Pipfile.lock
EXPOSE 5000
EXPOSE 7100
# Use uwsgi to serve the API
COPY uwsgi.ini uwsgi.ini

View File

@ -2,4 +2,4 @@
master = true
module = skill_service.api.api:skill
processes = 4
socket = :5000
socket = :7100