thatmattlove / hyperglass

hyperglass is the network looking glass that tries to make the internet better.
https://hyperglass.dev
BSD 3-Clause Clear License
645 stars 102 forks source link

docker rebuild frontend every time #278

Open M0NsTeRRR opened 4 months ago

M0NsTeRRR commented 4 months ago

Deployment Type

Docker

Version

v2.0.4

Steps to Reproduce

  1. start the hyperglass container
  2. stop the hyperglass container
  3. start again the hyperglass container

Expected Behavior

The frontend should not be rebuilt each time the container starts.

Observed Behavior

The container is rebuilding the frontend application each time because the env file used to store the build ID is not in the mounted directory.

Configuration

Default sample config

Devices

Default sample config

Logs

build_frontend → Previous build detected {'id': 'None'}
build_frontend → Starting UI build {}
M0NsTeRRR commented 4 months ago

PR #279