Skip to content

Commit

Permalink
Merge pull request #28 from Tauffer-Consulting/fix/airflow-image-build
Browse files Browse the repository at this point in the history
fix: airflow image build
nathan-vm authored Apr 5, 2024
2 parents 5788882 + 22ac377 commit f62f6e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/run_domino/run_locally_kind.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit f62f6e2

Please sign in to comment.