windows11ec2(ubuntu 24) - docker destop 설치https://docs.docker.com/desktop/install/windows-install/ Install Docker Desktop on WindowsGet started with Docker for Windows. This guide covers system requirements, where to download, and instructions on how to install and update.docs.docker.com nest프로젝트 root 경로에 Dockerfile 생성 // Dockerfile// Node.js 20버전이 설치된 Alpine Linux를 기반 이미지로 사용FROM node:20-alpine..