diff --git a/DevDockerContainer.md b/DevDockerContainer.md index e0a3aa3..95631c9 100644 --- a/DevDockerContainer.md +++ b/DevDockerContainer.md @@ -67,6 +67,8 @@ imageConfigs에 사용할 json 파일은 다음처럼 설정 가능 `workspaceFoler`와 `remoteUser`가 핵심 -container가 붙는지 확인하고, terminal이 붙는지 확인하고, npm install 해보고, php --version 해보고, git push --dry-run 해보자 +container가 붙는지 확인하고, terminal이 붙는지 확인하고, `npm install` 해보고, `php --version` 해보고, `git push --dry-run` 해보자 -끝! \ No newline at end of file +끝! + +내부에서는 `npm run watchProd`로 빌드하는게 이쁘더라. \ No newline at end of file