最后活跃于 1731510291

knox 修订了这个 Gist 1731510291. 跳至此修订

1 file changed, 3 insertions

Distroless-7.sh(file created)

@@ -0,0 +1,3 @@
1 + npm install # Install express and its transitive dependencies
2 + docker build -t myexpressapp . # Normal build command
3 + docker run -p 3000:3000 -t myexpressapp
更新 更早