This commit is contained in:
malvm 2026-08-05 09:54:31 +04:00
parent fed058d4c8
commit ec017268bf
2 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@ services:
build:
context: .
image: yolo-train-webui:latest
network_mode: bridge
ports:
- "8000:8000"
volumes:

View file

@ -8,7 +8,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/static/style.css">
<link rel="stylesheet" href="/static/style.css?v=2">
</head>
<body>
<header class="app-header">
@ -536,6 +536,6 @@
</section>
</div> <!-- End export-view -->
</main>
<script src="/static/app.js"></script>
<script src="/static/app.js?v=2"></script>
</body>
</html>