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 e4e9567 commit 7bc3437
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 7bc3437

Please sign in to comment.