Store and serve static assets for KBase frontends.
Some conventions:
- Give images the filename format
{name}-width-height.{ext}
wherewidth
andheight
are in pixels.
With docker installed:
make serve
Access the server from localhost:8080
.
Run: make down
, which will remove the image and container.
Increment the version for the image name in scripts/local-build.sh
, then run that script.