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