This prevent conflicts with main after npm install on local machine.
Updates Dockerfile to include missing dependency in container.
Within the container logs, there would be a /bin/sh: git: not found printed on occasion. This is because alpine, by default, doesn't include git. So we are adding that missing package.
/bin/sh: git: not found
printed on occasion. This is because alpine, by default, doesn't include git. So we are adding that missing package.