Skip to content

Commit

Permalink
fix: dockerfile update for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
voodooGQ committed Jan 26, 2024
1 parent 8e04f29 commit a57ec4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit a57ec4c

Please sign in to comment.