Skip to content

hyunjinb394/9gram-FE

Repository files navigation

docker 사용방법

  1. docker 설치하기 docker 공식페이지
  2. 레포지토리의 루트 디렉토리에서 아래 명령어 실행하여 아미지 빌드
docker build -t ggu_front .
  1. 생성된 이미지 확인
docker images
  1. 이미지로 컨텐이너 띄우기
docker run -d -p 3000:80 ggu_front
  1. 컨테이너 동작 확인
docker ps
  1. 브라우저에서 아래 주소 입력해보기
http://127.0.0.1:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published