charliegriefer / my-whiskies

MIT License
2 stars 0 forks source link

Use Docker #137

Open charliegriefer opened 1 week ago

charliegriefer commented 1 week ago

Time to make this move.

I've run into enough issues where I make changes locally that are fine, but break in production.

Difference being local uses the built in development WSGI server, and prod uses gunicorn proxied behind nginx.

Let's get this set up properly in Docker so we can just push a container and be done with it.