We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v2.0.4
The frontend should not be rebuilt each time the container starts.
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.
env
Default sample config
build_frontend → Previous build detected {'id': 'None'} build_frontend → Starting UI build {}
The text was updated successfully, but these errors were encountered:
PR #279
Sorry, something went wrong.
thatmattlove
Successfully merging a pull request may close this issue.
Deployment Type
Docker
Version
v2.0.4
Steps to Reproduce
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
The text was updated successfully, but these errors were encountered: