INNER CODE UNIT · Python

hello

institutohumai/cursos-python · PracticasDeDesarrollo/4_Desarrollo_IV/docker-comandos/app.py:8

def hello():
    return jsonify(message=f"Hello! I'm inside a container")

if __name__ == '__main__':    
    app.run(host='0.0.0.0', debug=True)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…