How to Build my own docker image from Traccar source ?

akiosdev4 years ago

Right now if I want to modify something in the docker container,
I have to ssh into the container with "docker exec -it traccar sh"

But how can I build my own traccar image from the source code?
in this case, I only want to modify the web app part, the rest will be untouched.
Is there a easy way to do this?