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 b299174 commit 3950068
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 @@ -5,6 +5,6 @@ RUN npm install -g http-server
WORKDIR /site
ADD ./_site /site/docs

EXPOSE 5099
EXPOSE 5000

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

0 comments on commit 3950068

Please sign in to comment.