Skip to content

Commit

Permalink
Add CMD to the docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway authored May 27, 2024
1 parent d2ca202 commit 9dbef70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ ADD . .
RUN pip install .[server-apps]
# RUN pip install --no-cache-dir .
RUN pip install --no-cache-dir playwright && playwright install
EXPOSE 3000
EXPOSE 9520
CMD python -m hypha.server --host=0.0.0.0 --port=9520

0 comments on commit 9dbef70

Please sign in to comment.