Skip to content

Commit b922f92

Browse files
authored
Update Dockerfile
1 parent 2eb3fe0 commit b922f92

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

verdaccio/Dockerfile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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"]
1+
FROM verdaccio/verdaccio:5.1.1
2+
RUN npm install verdaccio-static-token

0 commit comments

Comments
 (0)