Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker rebuild frontend every time #278

Open
M0NsTeRRR opened this issue Jul 19, 2024 · 1 comment · May be fixed by #279
Open

docker rebuild frontend every time #278

M0NsTeRRR opened this issue Jul 19, 2024 · 1 comment · May be fixed by #279
Assignees
Labels
possible-bug Something isn't working

Comments

@M0NsTeRRR
Copy link
Contributor

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 M0NsTeRRR added the possible-bug Something isn't working label Jul 19, 2024
@M0NsTeRRR M0NsTeRRR linked a pull request Jul 19, 2024 that will close this issue
@M0NsTeRRR
Copy link
Contributor Author

M0NsTeRRR commented Jul 19, 2024

PR #279

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible-bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants