development -> main #1

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

View file

@ -39,5 +39,6 @@ COPY --from=rust-build /usr/local/cargo/bin/iching /usr/local/bin/iching
#CMD ["http-server", "."]
CMD ["npx", "http-server", "iching", "-p", "8080"]
#CMD ["npx", "http-server", "iching", "-p", "8080"]
#CMD ["npx", "http-server", "-p", "8080"]
CMD ["npx", "http-server", ".", "-p", "8080"]