2023-12-07

Goal

To build a Docker image of the HitHub App.

Notes

I started a new Django project today to build up the HitHub App while I was streaming on Twitch. I got stuck at the end when I tried running the

docker build .

command and was unable to build my Docker Image (the command froze).

I restarted my computer and ran docker build . with the Docker Desktop App open and it was able to produce the Docker Image for the project.

Results

Next Time

  • Make sure the Docker Container is running correctly
  • Start thinking about how to organize the app (fights, fighters, bets, etc.)

Previous Note 2023-12-04 Next Note 2023-12-09