Update Dockerfile; fix index.html and add build scripts

This commit is contained in:
2025-04-15 15:38:10 +02:00
parent 130dd4922d
commit e7b4456ddb
6 changed files with 45 additions and 8 deletions

View File

@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>