launch-fix

This commit is contained in:
Untone 2024-01-24 11:36:15 +03:00
parent 1dce947db6
commit 5d1c4f0084
3 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -1 +0,0 @@
web: python server.py

View File

@ -1,2 +0,0 @@
[tool.black]
line-length = 100