File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ docker network create testnet
88docker build -t server .
99
1010docker build -t webid-provider https://github.com/pdsinterop/test-suites.git#master:/testers/webid-provider
11- docker build -t solid-crud https://github.com/pdsinterop/test-suites.git#master:/testers/solid-crud
11+ # docker build -t solid-crud https://github.com/pdsinterop/test-suites.git#master:/testers/solid-crud
12+ docker build --no-cache -t solid-crud https://github.com/pdsinterop/test-suites.git#master:/testers/solid-crud
1213docker build -t cookie https://github.com/pdsinterop/test-suites.git#master:servers/php-solid-server/cookie
13- wget -O /tmp/env-vars-for-test-image.list https://raw.githubusercontent.com/pdsinterop/test-suites/master/servers/php-solid-server/env.list
14+
15+ # wget -O /tmp/env-vars-for-test-image.list https://raw.githubusercontent.com/pdsinterop/test-suites/master/servers/php-solid-server/env.list
16+ curl https://raw.githubusercontent.com/pdsinterop/test-suites/master/servers/php-solid-server/env.list -o /tmp/env-vars-for-test-image.list
1417
1518docker run -d --name server --network=testnet --env-file /tmp/env-vars-for-test-image.list server
1619
You can’t perform that action at this time.
0 commit comments