Merge branch 'release/v0.7.0' into main

This commit is contained in:
Svilen Markov
2024-12-05 13:32:16 +00:00
committed by GitHub
133 changed files with 5355 additions and 3711 deletions

View File

@@ -7,4 +7,4 @@ HEALTHCHECK --timeout=10s --start-period=60s --interval=60s \
CMD wget --spider -q http://localhost:8080/api/healthz
EXPOSE 8080/tcp
ENTRYPOINT ["/app/glance"]
ENTRYPOINT ["/app/glance", "--config", "/app/config/glance.yml"]