Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Apr 9, 2024
2 parents 52c8a2e + 33e3034 commit b1f727c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/run_domino/run_locally_kind.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ some_local_pieces_repository_name = "/path/to/local/pieces/repository"
To build the images, you can run the following commands from the root of the Domino repository:

```bash
docker build -f ./frontend/Dockerfile.prod -t domino-frontend ./frontend
docker build -f ./rest/Dockerfile -t domino-rest ./rest
docker build -f Dockerfile-airflow-domino-base-dev -t domino-airflow .
docker build -f ./frontend/Dockerfile.prod -t domino-frontend ./frontend
docker build -f ./rest/Dockerfile -t domino-rest ./rest
docker build -f ./Dockerfile-airflow-domino.dev -t domino-airflow .
```

and then set the image names in the `config-domino-local.yaml` file.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config = {
url: 'https://tauffer-consulting.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/domino-docs/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down

0 comments on commit b1f727c

Please sign in to comment.