Just a note that docker requires context for the Dockerfile in docker build. `docker build -t hamclock:latest` would become `docker build -t hamclock:latest .`
Just a note that docker requires context for the Dockerfile in docker build.
docker build -t hamclock:latestwould becomedocker build -t hamclock:latest .