Update port to 5000
This commit is contained in:
parent
ef088d177a
commit
4847ee0e20
|
@ -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"]
|
||||||
|
|
Loading…
Reference in New Issue