When the docker startup parameter is -d, the flask application can print on the docker console, but not when the startup parameter is -it

前端 未结 0 1602
小鲜肉
小鲜肉 2020-12-24 14:14

I have a flask application that is very simple, without any operation, the code is as follows, just for testing

from flask import Flask
app1 = Flask(__name__)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题