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 ee5c3d5 commit fadcf2bCopy full SHA for fadcf2b
test/surface/docker/server/Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:latest
2
RUN git clone https://github.com/solid/node-solid-server
3
WORKDIR node-solid-server
4
-RUN git checkout master
+RUN git checkout main
5
RUN npm install
6
RUN openssl req -new -x509 -days 365 -nodes \
7
-out ./server.cert \
0 commit comments