diff --git a/docker/datahub-frontend/README.md b/docker/datahub-frontend/README.md index 1453d9be75..3adbb5abe7 100644 --- a/docker/datahub-frontend/README.md +++ b/docker/datahub-frontend/README.md @@ -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. \ No newline at end of file