This commit is contained in:
parent
0e0280f3ee
commit
6af865440b
1 changed files with 2 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue