diff --git a/Dockerfile b/Dockerfile index 6b66aad9..49a47577 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,3 +7,5 @@ COPY requirements.txt . RUN apt update && apt install -y git gcc curl postgresql RUN pip install -r requirements.txt COPY . . + +CMD python server.py diff --git a/Procfile b/Procfile deleted file mode 100644 index ac9d762f..00000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: python server.py diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index aa4949aa..00000000 --- a/pyproject.toml +++ /dev/null @@ -1,2 +0,0 @@ -[tool.black] -line-length = 100