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 09b16aa commit 2bf80e5Copy full SHA for 2bf80e5
verdaccio/Dockerfile
@@ -1,2 +1,3 @@
1
FROM verdaccio/verdaccio:5.1.1
2
-RUN npm install -g verdaccio-static-token
+WORKDIR /verdaccio/plugins
3
+RUN npm install verdaccio-static-token
0 commit comments