Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 189 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 189 Bytes

build image

docker-compose build --build-arg CONTAINER_UID=`id -u` app
docker-compose up

http://localhost:8080/index.html

enter app container

docker exec -it pue-app bash