Skip to content

Commit

Permalink
Remove COPY prerun.py from dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Dec 21, 2023
1 parent 5669221 commit 427ae34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ RUN for d in $APP_DIR/patches/*; do \
fi ; \
done

COPY setup/prerun.py ${APP_DIR}/prerun.py

ENV CKAN__PLUGINS="envvars image_view text_view recline_view scheming_datasets scheming_organizations gdi_userportal dcat harvest ckan_harvester dcat_rdf_harvester dcat_json_harvester dcat_json_interface oidc_pkce fairdatapointharvester"
2 changes: 0 additions & 2 deletions ckan/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ RUN for d in $APP_DIR/patches/*; do \
fi ; \
done

COPY setup/prerun.py ${APP_DIR}/prerun.py

ENV CKAN__PLUGINS="envvars image_view text_view recline_view scheming_datasets scheming_organizations gdi_userportal dcat harvest ckan_harvester dcat_rdf_harvester dcat_json_harvester dcat_json_interface oidc_pkce fairdatapointharvester"

0 comments on commit 427ae34

Please sign in to comment.