Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use JSON style entrypoint definition
Browse files Browse the repository at this point in the history
amolenaar committed Aug 29, 2023

Verified

This commit was signed with the committer’s verified signature.
MoritzWeber0 Moritz Weber
1 parent d958ce3 commit c830ff8
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
@@ -43,4 +43,4 @@ EXPOSE $JUPYTER_PORT

WORKDIR $HOME

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

0 comments on commit c830ff8

Please sign in to comment.