docker 설치
sudo apt-get update
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
docker-compose 설치
sudo apt install docker-compose
docker 파일 빌드 및 hub에 배포
docker build --build-arg DEPENDENCY=build/dependency -t 도커허브 ID/Repository --platform linux/amd64 .