We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6544379 commit 3c820b2Copy full SHA for 3c820b2
run-solid-test-suite.sh
@@ -5,7 +5,7 @@ set -e
5
docker network create testnet
6
7
# Build and start Nextcloud server with code from current repo contents:
8
-docker build -t standalone-solid-server .
+docker build --no-cache -t standalone-solid-server .
9
10
docker build -t webid-provider https://github.com/pdsinterop/test-suites.git#master:/testers/webid-provider
11
#docker build -t solid-crud https://github.com/solid/test-suite.git#master:/testers/solid-crud
0 commit comments