Update port to 5000

This commit is contained in:
Marko Bocevski 2016-08-25 22:13:02 +02:00
parent ef088d177a
commit 4847ee0e20
1 changed files with 1 additions and 1 deletions

View File

@ -45,6 +45,6 @@ RUN pip install --no-cache-dir git+https://github.com/okfn/ckanext-envvars.git#e
COPY setup ${APP_DIR} COPY setup ${APP_DIR}
EXPOSE 8000 EXPOSE 5000
CMD ["/srv/app/start_ckan.sh"] CMD ["/srv/app/start_ckan.sh"]