docker-compose build --build-arg CONTAINER_UID=`id -u` app
docker-compose up
http://localhost:8080/index.html
docker exec -it pue-app bash
docker-compose build --build-arg CONTAINER_UID=`id -u` app
docker-compose up
http://localhost:8080/index.html
docker exec -it pue-app bash