Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 284 Bytes

release.md

File metadata and controls

13 lines (10 loc) · 284 Bytes

發布專案使用 docker

建置 image

docker build --no-cache -t trunkworkshop/nodejssample .
docker push trunkworkshop/nodejssample:latest

docker rm -f sample
docker run -d -p 3333:1337 --link mysql --name sample trunkworkshop/nodejssample