Dockerfile aktualisiert
This commit is contained in:
+1
-1
@@ -7,4 +7,4 @@ RUN pip install -r requirements.txt
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
CMD ["gunicorn", "-b", "0.0.0.0:5000", "main:app"]
|
CMD ["gunicorn", "-b", "0.0.0.0", "main:app"]
|
||||||
|
|||||||
Reference in New Issue
Block a user