docker image 빌드시 운영체제가 달라서 발생하는 오류
--platform linux/amd64 을 추가하여 빌드하자!
docker build --platform linux/amd64 -t test-server .