Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
makamekm authored Oct 23, 2024
1 parent 9c9ecc1 commit b299174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ADD ./_site /site/docs

EXPOSE 5099

CMD ["http-server", "--port=5099", "--host=0.0.0.0", "--cors", " --log-ip", "/site/docs"]
CMD ["http-server", "--port=5000", "--host=0.0.0.0", "--cors", " --log-ip", "/site/docs"]

0 comments on commit b299174

Please sign in to comment.