Last active 1731510291

knox revised this gist 1731510291. 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