launch-fix
This commit is contained in:
@@ -7,3 +7,5 @@ COPY requirements.txt .
|
|||||||
RUN apt update && apt install -y git gcc curl postgresql
|
RUN apt update && apt install -y git gcc curl postgresql
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
CMD python server.py
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
[tool.black]
|
|
||||||
line-length = 100
|
|
||||||
Reference in New Issue
Block a user