This commit is contained in:
Tommy Parnell
2022-01-06 15:13:32 -05:00
commit 0373c588f8
4 changed files with 138 additions and 0 deletions

10
Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM verdaccio/verdaccio
USER root
ENV NODE_ENV=production
RUN yarn install
RUN yarn add verdaccio-github-oauth-ui
COPY config.yaml /verdaccio/conf
USER verdaccio