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:
parent
83f2d654e0
commit
e0fb074464
2 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
store:
|
||||
memory:
|
||||
limit: 1000
|
||||
# store:
|
||||
# memory:
|
||||
# limit: 1000
|
||||
|
||||
storage: ./storage
|
||||
|
||||
plugins: /verdaccio/plugins
|
||||
|
||||
|
|
Loading…
Reference in a new issue