Deploy on internal server without git and docker

Hi! I need to deploy my dash app on the internal server. How can I do that without using git and docker. Thanks in advance

Hello @Rin,

What do you mean, without git?

I mean whether there are ways to deploy it on linux server having only necessary python libraries for app and app.py

You sure can, you don’t have to use heroku. You can have supervisor run uvicorn. You can use like that or put some sort of reverse proxy in front. That’s up to you.