Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 228 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 228 Bytes

express demo docker image

you can use this image for test purpose docker or k8s

build

chmod +x ./build.sh
./build.sh

run

docker run -d -it -p 3006:3006 express_demo:1.0.3
docker ps