development -> main #1

Open
Christopher.Hase wants to merge 93 commits from development into main
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 005b4f088d - Show all commits

View file

@ -44,5 +44,6 @@ RUN cp dist/*.js dist/iching/
#CMD ["npx", "http-server", ".", "-p", "8080"]
#CMD ["npx", "http-server", "dist", "-p", "8080"]
CMD ["npx", "http-server", "dist/iching", "-p", "8080", "--mime", "application/javascript=js"]
#CMD ["npx", "http-server", "dist/iching", "-p", "8080", "--mime", "application/javascript=js"]
#CMD ["npx", "http-server", "dist/iching", "-p", "8080", "--mime", "application/javascript=js", "-S", "false"]
CMD ["npx", "http-server", "dist", "-p", "8080", "--mime", "application/javascript=js"]

View file

@ -7,6 +7,6 @@
<body>
<h1>Mein Button</h1>
<button id="myButton">Klick mich!</button>
<script src="/iching/event.js"></script>
<script src="./event.js"></script>
</body>
</html>