From b4321c86fa2f2da8b81000b4ed4397ef66336bef Mon Sep 17 00:00:00 2001 From: NERVEbing Date: Mon, 4 Jul 2022 01:11:33 +0800 Subject: [PATCH] fix: add new line at end of Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eadf734..5fbb357 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ COPY . ./ RUN pip install pipenv && pipenv install --deploy --ignore-pipfile -ENTRYPOINT ["pipenv", "run", "python", "smsboom.py"] \ No newline at end of file +ENTRYPOINT ["pipenv", "run", "python", "smsboom.py"]