clearlydefined / website

Website for clearlydefined.io
https://clearlydefined.io
MIT License
26 stars 29 forks source link

Web site docker image points to service on localhost #1057

Closed qtomlinson closed 4 months ago

qtomlinson commented 4 months ago

Expected: Should be able to use web site deployment to see definition at https://dev.clearlydefined.io/definitions/maven/mavencentral/org.osgi/osgi.annotation/8.1.0

Actual empty page

Cause: The web site communicates with service at localhost:4000 image

The Dockerfile for website contains two build args. These need to be set during build time. The default value for REACT_APP_SERVER is localhost:4000 and is currently used. The specific values are documented in Azure pipeline.