fix Docker image: separate static assets from build output
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<body>
|
||||
<!-- make sure the font is loaded -->
|
||||
<div id="loading" style="font-family: ShareTechMono">Loading..</div>
|
||||
<script src="static/{{ app_js }}"></script>
|
||||
<script src="static/build/{{ app_js }}"></script>
|
||||
<script>document.getElementById('loading').style.display = 'none'; const app = new App(); app.run()</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user