Skip to content

Commit

Permalink
fix: Use JSON style entrypoint definition
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar committed Aug 30, 2023
1 parent 4b9c924 commit e66ce3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ EXPOSE $JUPYTER_PORT

WORKDIR $HOME

ENTRYPOINT "/docker-entrypoint.sh"
ENTRYPOINT ["/docker-entrypoint.sh"]

0 comments on commit e66ce3b

Please sign in to comment.