Skip to content

Commit

Permalink
fix: README파일 수정, Docker파일 실행 방법
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunawood committed Nov 13, 2024
1 parent 06401e7 commit f051bb2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# Server
Server Code by Spring Boot, Docker
Spring Boot, Docker 기반 서버 코드.

# 로컬에서 실행했을 때
### 이미지 생성
docker-compose up -d
### 이미지 리스트 확인
docker images
### 도커 컨테이너 확인
docker ps
### 도커 Java Log 확인
docker logs -f [server hash number]

0 comments on commit f051bb2

Please sign in to comment.