I’ve noticed that most Dockerfiles use /usr/src/app
as the WORKDIR for the container.
From using Raspberry Pi’s, I’m using to putting everything for my app in /home/pi
.
I’m curious why Docker containers want the app in /user/src
. Does anyone know the origin of this convention?