Skip to content

Commit

Permalink
fix: path and docker build [no-ticket] (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire authored Jul 10, 2024
1 parent 3654828 commit af9efb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# syntax=docker/dockerfile:1
FROM ruby:2.7-slim
FROM ruby:3.3.4-slim

RUN apt-get -y update && apt-get install -y build-essential ruby-dev

COPY docs /docs

WORKDIR /docs

RUN bundle install
RUN bundle update && bundle install

EXPOSE 4000 80
CMD bundle exec jekyll serve -H 0.0.0.0 -P 4000
2 changes: 1 addition & 1 deletion docs/inso-cli/cli-command-reference/inso-lint-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Lint the given specification, the user will be prompted to select a specificatio

At the moment Inso CLI uses Spectral's default `oas` Ruleset Definition. For more information refer to the [OpenAPI ruleset reference documentation](https://meta.stoplight.io/docs/spectral/docs/reference/openapi-rules.md).

> For custom linting, refer to the [Custom Linting](inso-custom-linting) document.
> For custom linting, refer to the [Custom Linting](/inso-cli/cli-command-reference/inso-custom-linting) document.
## Global Flags

Expand Down

0 comments on commit af9efb1

Please sign in to comment.