dash-on-premise-sample-app icon indicating copy to clipboard operation
dash-on-premise-sample-app copied to clipboard

update pyodbc and oracle branches

Open cldougl opened this issue 6 years ago • 0 comments

  • [x] reflect 3.x.x changes
  • [x] change execution to bash in app.json

ie:

{
    "scripts": {
        "dokku": {
            "predeploy": "bash /app/setup_pyodbc"
        }
    }
}

cldougl avatar Aug 15 '19 20:08 cldougl