vinostroud / nfl_analytics

MIT License
0 stars 0 forks source link

docker files and config #34

Closed vinostroud closed 3 months ago

vinostroud commented 4 months ago

added:

Dockerfile
.dockerignore
docker-compose-yml

I ran docker-compose up --build

Then confirmed app was working on http://localhost:8501/

I looked at what I had set up for my pdm apps and port 8501 seemed to be the one that worked (vice 8000 or 8080).

Happy to take feedback on this.

If we're good with this PR, I'll merge then move to deploy on fly.io (I already have an account)