Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 315 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 315 Bytes

docker 설정

  • docker build -t bancowadmin .

    • 이미지 생성
  • docker images

    • 생성된 이미지 확인
  • docker run --rm -it --name Admin -p 3001:3001 bancowadmin