Skip to content

Commit

Permalink
fix docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Nov 26, 2023
1 parent e273035 commit 1de6bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion michelson-kernel.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ USER pytezos
ENV PATH="/opt/pytezos/bin:$PATH"
ENV PYTHONPATH="/home/pytezos:/home/pytezos/src:/opt/pytezos/src:/opt/pytezos/lib/python3.11/site-packages:$PYTHONPATH"
WORKDIR /home/pytezos/
ENTRYPOINT [ "/opt/pytezos/bin/jupyter-nbclassic", "--port=8888", "--ip=0.0.0.0" , "--no-browser", "--no-mathjax" ]
ENTRYPOINT [ "/opt/pytezos/bin/jupyter-notebook", "--port=8888", "--ip=0.0.0.0" , "--no-browser", "--no-mathjax" ]
EXPOSE 8888

COPY --chown=pytezos --from=compile-image /opt/pytezos /opt/pytezos
Expand Down

0 comments on commit 1de6bad

Please sign in to comment.