mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 06:15:51 +00:00
5 lines
159 B
Docker
5 lines
159 B
Docker
FROM verdaccio/verdaccio
|
|
USER root
|
|
ADD plugins /verdaccio/plugins
|
|
RUN cd /verdaccio/plugins && sh install.sh
|
|
ADD config/config.yaml /verdaccio/conf/config.yaml |