andrewnathanco / mural

This is a repository for the Mural online game at ancgames.com/mural
https://ancgames.com/mural
GNU Affero General Public License v3.0
0 stars 0 forks source link

[INFRA]: Add health check for dockerfile #32

Closed andrewnathanco closed 12 months ago

andrewnathanco commented 12 months ago

Right now we are just trusting that if the docker container is running then it is safe, that's not a guarantee, we should add a health check

andrewnathanco commented 12 months ago

I actually don't think we need this. As long as we add unit test #38. Those will catch the run time ui issues. The run time issues will panic the site and cause the docker container to fail anyway.