From 613ce58dfa2e110ed103ea6b8855717ab2c7e7c2 Mon Sep 17 00:00:00 2001 From: Dragan Bocevski Date: Sat, 9 Feb 2019 14:48:56 +0100 Subject: [PATCH] filestore is core plugin, no need to include it as external plugin --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}