sac-tech-org / job-board

Job board for local Sacramento companies and startups
https://jobs.sac-tech.com
1 stars 0 forks source link

Dockerize it! #6

Closed rusher2004 closed 4 months ago

rusher2004 commented 4 months ago

The vite app is now also dockerized. Makes it nice to not have to worry about having correct node or Go versions installed with all the services running inside of containers.

A person should now be able to run the project with needing to have installed docker.

I'm leaving most of the Makefile targets in, in case there is some reason to run things outside of containers.