development -> main #1

Open
Christopher.Hase wants to merge 93 commits from development into main
Showing only changes of commit c99a4bb2d2 - Show all commits

View file

@ -44,5 +44,5 @@ 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", "-S", "false"]
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"]