- To run the web application service, first build the Docker image (Dockerfile located in /rest directory).
docker build -t dandi-search-response-ui .
- Run the container with the specific configurations (environment variables, port mapping).
docker run --env-file envfile.txt -p 8000:8000 dandi-search-response-ui