knox hat die Gist bearbeitet . Zu Änderung gehen
1 file changed, 3 insertions
Distroless-7.sh(Datei erstellt)
@@ -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 |
Neuer
Älter