This commit is contained in:
parent
42a551bd74
commit
005b4f088d
2 changed files with 3 additions and 2 deletions
|
@ -44,5 +44,6 @@ RUN cp dist/*.js dist/iching/
|
||||||
|
|
||||||
#CMD ["npx", "http-server", ".", "-p", "8080"]
|
#CMD ["npx", "http-server", ".", "-p", "8080"]
|
||||||
#CMD ["npx", "http-server", "dist", "-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/iching", "-p", "8080", "--mime", "application/javascript=js", "-S", "false"]
|
||||||
|
CMD ["npx", "http-server", "dist", "-p", "8080", "--mime", "application/javascript=js"]
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>Mein Button</h1>
|
<h1>Mein Button</h1>
|
||||||
<button id="myButton">Klick mich!</button>
|
<button id="myButton">Klick mich!</button>
|
||||||
<script src="/iching/event.js"></script>
|
<script src="./event.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue