This commit is contained in:
parent
0fab8886bb
commit
285bd28139
2 changed files with 3 additions and 1 deletions
|
@ -43,4 +43,5 @@ RUN cp dist/*.js dist/iching/
|
||||||
# 5. Run app
|
# 5. Run app
|
||||||
|
|
||||||
#CMD ["npx", "http-server", ".", "-p", "8080"]
|
#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
1
mime.types
Normal file
|
@ -0,0 +1 @@
|
||||||
|
application/javascript js
|
Loading…
Reference in a new issue