ChaelCodes / CorneliusCodes

Cornelius, the Corn Snake who codes, is a Rusty Battlesnake Baby.
MIT License
2 stars 5 forks source link

Feature Request: Add dockerfile for digital ocean webapp hosting and for local dev #11

Closed Caleb-T-Owens closed 3 years ago

Caleb-T-Owens commented 3 years ago

For digital ocean they require the usage of a dockerfile for the build process so adding one would help with those deployments. Adding a docker file would also make the project easier to locally maintain as it would remove the need of installing rust tools on one's machine.

ChaelCodes commented 3 years ago

I'm fine with having a dockerfile for local development (it'd be short and sweet), but we use Heroku to deploy the app!