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

This commit is contained in:
Christopher Hase 2025-04-08 12:36:54 +02:00
parent 1fd9eb50b2
commit 91b633a6de

View file

@ -44,4 +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", "-p", "8080", "--mime", "application/javascript=js"]
CMD ["npx", "http-server", "dist/iching", "-p", "8080", "--mime", "application/javascript=js"]