mirror of
https://github.com/uw935/vatsimfox.git
synced 2026-09-17 05:59:04 +00:00
add: new reqs && cmd docker
This commit is contained in:
+1
-1
@@ -9,4 +9,4 @@ RUN pip install -r requirements.txt
|
|||||||
|
|
||||||
COPY . /build/
|
COPY . /build/
|
||||||
|
|
||||||
CMD ["python3", "-m", "flask", "run", "--host=0.0.0.0"]
|
CMD ["python3", "app.py"]
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
Flask==2.2.5
|
fastapi==0.110.2
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
|
uvicorn==0.29.0
|
||||||
flake8==5.0.4
|
flake8==5.0.4
|
||||||
|
|||||||
Reference in New Issue
Block a user