feat: allowing print() statements to be unbuffered in docker (#31760)
This commit is contained in:
parent
e4b3ecd372
commit
840a920aba
|
|
@ -15,6 +15,8 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
# Allowing python to print() in docker
|
||||
PYTHONUNBUFFERED=1
|
||||
|
||||
COMPOSE_PROJECT_NAME=superset
|
||||
DEV_MODE=true
|
||||
|
|
|
|||
Loading…
Reference in New Issue