launch-fix
This commit is contained in:
parent
1dce947db6
commit
5d1c4f0084
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user