From 23e88483f4b5c2c6aea42cdcbb690022f47e5ae2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:03:38 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- examples/tutorial/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorial/Dockerfile b/examples/tutorial/Dockerfile index 055b59d9..607eb012 100644 --- a/examples/tutorial/Dockerfile +++ b/examples/tutorial/Dockerfile @@ -9,4 +9,4 @@ RUN touch blah EXPOSE 5000 -CMD [ "flask", "--app=flaskr", "run", "--host=0.0.0.0"] \ No newline at end of file +CMD [ "flask", "--app=flaskr", "run", "--host=0.0.0.0"]