add http-server part 4.5.1
All checks were successful
ci / build (push) Successful in 1m24s

This commit is contained in:
Christopher Hase 2025-04-08 15:18:20 +02:00
parent acf791542a
commit 1f8378c8cf

View file

@ -44,6 +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", "-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"]