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 2eb3fe0 commit b922f92Copy full SHA for b922f92
verdaccio/Dockerfile
@@ -1,10 +1,2 @@
1
-FROM ubuntu
2
-
3
-RUN apt-get update && \
4
- apt-get -y install apache2-utils curl && \
5
- curl -sL https://deb.nodesource.com/setup_14.x | bash && \
6
- apt-get -y install nodejs
7
8
-COPY . .
9
10
-ENTRYPOINT ["./start.sh"]
+FROM verdaccio/verdaccio:5.1.1
+RUN npm install verdaccio-static-token
0 commit comments