You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 프로젝트 최상단 폴더로 이동
$ cd blog
# JAR file 생성
$ ./gradlew build
# Docker 빌드
$ docker build -t myapp:latest .# Docker 실행
$ docker run -p 8080:8080 myapp:latest