Skip to content

Commit

Permalink
try port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Nov 20, 2024
1 parent 3f06b33 commit 9c93694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ COPY . /src

RUN R CMD INSTALL /src

EXPOSE 8888
EXPOSE 80

ENTRYPOINT ["/usr/local/bin/seroviz"]
ENTRYPOINT ["/usr/local/bin/seroviz", "--port=80"]

0 comments on commit 9c93694

Please sign in to comment.