diff --git a/docs/Dockerfile b/docs/Dockerfile index b266af36eb..2cb002b29f 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -34,7 +34,6 @@ ENV HOME="/app" ENV BUNDLE_PATH="/app/vendor/gems" ENV BUNDLE_APP_CONFIG="/app/.bundle" - #RUN gem update --system RUN gem install bundler:$BUNDLER_VERSION @@ -49,7 +48,8 @@ COPY --chown=${NONROOT_UID}:${NONROOT_GID} . . RUN bundle install -RUN echo "-----> Using .npmrc from config " +RUN echo "-----> Using .npmrc from config" +RUN npm config set @kajabi:registry https://npm.pkg.github.com RUN npm config set '//npm.pkg.github.com/:_authToken' '${GITHUB_TOKEN}' RUN yarn install --check-files