diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 52788a7..05fd3e6 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -55,7 +55,7 @@ ENV APP_DIR=/srv/app ENV SRC_DIR=/srv/app/src ENV PIP_SRC=${SRC_DIR} ENV CKAN_SITE_URL=http://localhost:5000 -ENV CKAN__PLUGINS envvars image_view text_view recline_view datastore datapusher filestore +ENV CKAN__PLUGINS envvars image_view text_view recline_view datastore datapusher WORKDIR ${APP_DIR}