knox revised this gist . Go to revision
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 |
Newer
Older