fix: add new line at end of Dockerfile

This commit is contained in:
NERVEbing
2022-07-04 01:11:33 +08:00
parent a47d6e5524
commit b4321c86fa

View File

@@ -6,4 +6,4 @@ COPY . ./
RUN pip install pipenv && pipenv install --deploy --ignore-pipfile
ENTRYPOINT ["pipenv", "run", "python", "smsboom.py"]
ENTRYPOINT ["pipenv", "run", "python", "smsboom.py"]