Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix!: return external representation of ontology IRIs in admin routes (
…#2330)

Co-authored-by: irinaschubert <irina.schubert@dasch.swiss>
Co-authored-by: Christian Kleinbölting <christian.kleinboelting@dasch.swiss>
Co-authored-by: Marcin Procyk <marcin.procyk@dasch.swiss>
  • Loading branch information
4 people committed Jan 3, 2023
1 parent c91d284 commit b58828a
Show file tree
Hide file tree
Showing 13 changed files with 1,438 additions and 734 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -93,7 +93,7 @@ stack-up: docker-build env-file ## starts the dsp-stack: fuseki, sipi, api and a
$(CURRENT_DIR)/webapi/scripts/wait-for-api.sh

.PHONY: stack-up-fast
stack-up-fast: docker-build-knora-api-image env-file ## starts the dsp-stack by skipping rebuilding most of the images (only api image is rebuilt).
stack-up-fast: docker-build-dsp-api-image env-file ## starts the dsp-stack by skipping rebuilding most of the images (only api image is rebuilt).
docker-compose -f docker-compose.yml up -d

.PHONY: stack-up-ci
Expand Down

0 comments on commit b58828a

Please sign in to comment.