diff --git a/README.md b/README.md index 36fe57a..2f8009e 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ CMD node index.js - `ADD . /app` - 把跟 Dockerfile 同個資料夾的城市加到剛建立的工作目錄 `/app` 中 + 把跟 Dockerfile 同個資料夾的程式加到剛建立的工作目錄 `/app` 中 - `RUN npm install`