chore: Add docker npm scripts.

This commit is contained in:
Ruben Verborgh
2020-11-01 13:22:24 +01:00
committed by Joachim Van Herwegen
parent 1055beea92
commit 5f4f4b08b0
6 changed files with 22 additions and 7 deletions

6
test/docker/docker-setup.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
docker pull tenforce/virtuoso
docker container create --name css-virtuoso \
-p 4000:8890 \
-e SPARQL_UPDATE=true \
tenforce/virtuoso