development -> main #1

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

View file

@ -43,4 +43,5 @@ RUN cp dist/*.js dist/iching/
# 5. Run app
#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", "-p", "8080", "--mime", "application/javascript=js"]

1
mime.types Normal file
View file

@ -0,0 +1 @@
application/javascript js