0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

chore: fix docker tests

This commit is contained in:
Juan Picado 2023-02-20 19:44:49 +01:00
parent 83f2d654e0
commit e0fb074464
2 changed files with 8 additions and 5 deletions

View file

@ -3,6 +3,7 @@ LABEL Juan Picado <jotadeveloper@gmail.com>
ADD docker.yaml /verdaccio/conf/config.yaml
USER root
RUN npm install --global verdaccio-static-token \
&& npm install --global verdaccio-memory \
&& npm install --global verdaccio-auth-memory
# && npm install --global verdaccio-memory@6-next \
&& npm install --global verdaccio-auth-memory@6-next
USER $VERDACCIO_USER_UID

View file

@ -1,6 +1,8 @@
store:
memory:
limit: 1000
# store:
# memory:
# limit: 1000
storage: ./storage
plugins: /verdaccio/plugins