docker를 최신버전으로 업데이트 하니 기존의 docker-compose 명령어를 찾을 수 없었다. https://kodekloud.com/blog/docker-compose-command-not-found/ Docker Compose Command Not Found: 3 Causes & FixesExplore three common scenarios that trigger the "Docker Compose Command Not Found" error and learn how to fix them.kodekloud.com 위 블로그 확인결과 docker-compose가 업데이트 되면서 명령어에 '-' (하이픈)이 사라졌다고 한다. docker compose build 와 같은 형식으로 하이픈을 빼면..