From 5bd6788f13b3c7a81fa6e57400b5aeba58e004c8 Mon Sep 17 00:00:00 2001 From: pypeaday Date: Wed, 12 Apr 2023 07:07:48 -0500 Subject: [PATCH] update comment --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 5e8ae4e..ff3d39c 100644 --- a/dockerfile +++ b/dockerfile @@ -13,5 +13,5 @@ RUN python3 -m pip install pip --upgrade --no-cache-dir && \ # Copy in code COPY ./src/musort.py musort.py -# Usage: docker run -rm -n musort -it musort --help +# docker run --name musort --rm -it musort --help ENTRYPOINT ["python3", "/app/musort.py"]