docs(datahub-frontend): add build instructions for the datahub-frontend docker image (#3314)

This commit is contained in:
Anthony Bouvier 2021-10-01 00:49:22 -05:00 committed by GitHub
parent ba08f6c31e
commit a7dbf07484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,3 +20,11 @@ http://localhost:9001
```
You can sign in with `datahub` as username and password.
## Build instructions
If you want to build the `datahub-frontend` Docker image yourself, you can run this command from the root directory of the DataHub repository you have locally:
`docker build -t your_datahub_frontend -f ./docker/datahub-frontend/Dockerfile .`
Please note the final `.` and that the tag `your_datahub_frontend` is determined by you.