Skip to content

Commit

Permalink
docker: add .dockerignore, add build instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Vitali <[email protected]>
  • Loading branch information
denysvitali committed Apr 17, 2021
1 parent 9a2d3e6 commit 8ac21fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.git
Dockerfile
node_modules
packages/
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ Run the command ```yarn test:jest``` in the OpenSearch Dashboards project direct
For the integration tests, you must pass the absolute path of your extracted OpenSearch build artifacts through the ```TEST_OPENSEARCH_FROM``` env variable so that Dashboards can run an OpenSearch cluster. You can run:
```TEST_OPENSEARCH_FROM=/path/to/extracted/build/artifact yarn test:jest_integration```

## Building the Docker Image

```
yarn osd bootstrap
yarn build --docker
```

## How you can help

### Look for the tag "help wanted"
Expand Down

0 comments on commit 8ac21fd

Please sign in to comment.