mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Add docker npm scripts.
This commit is contained in:
committed by
Joachim Van Herwegen
parent
1055beea92
commit
5f4f4b08b0
6
test/docker/docker-setup.sh
Executable file
6
test/docker/docker-setup.sh
Executable 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
|
||||
Reference in New Issue
Block a user