2023-12-07
Created Dec. 8, 2023, 12:17 a.m.
Modified Dec. 8, 2023, 2:43 a.m.
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
- Started building the backend of the HitHub App
Next Time
- Make sure the Docker Container is running correctly
- Start thinking about how to organize the app (fights, fighters, bets, etc.)