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"]