Fix Node.js naming convention

This commit is contained in:
2019-12-05 16:49:35 +09:00
parent f84b16c3c0
commit 8cff654d2e

View File

@@ -1,6 +1,6 @@
# Multi-step build container template for NodeJS applications # Multi-step build container template for Node.js applications
This is a simple multi-step NodeJS application docker build template that you can use to create self-contained, relatively small-sized and easily deployable images of your application. This is a simple multi-step Node.js application docker build template that you can use to create self-contained, relatively small-sized and easily deployable images of your application.
## Why multi-step ## Why multi-step