FROM nginx:alpine # Nginx 설정 파일 복사 COPY nginx.conf /etc/nginx/nginx.conf # 포트 노출 EXPOSE 80