Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eunbi/room-measure/backend-cloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN uv pip install --system .
# 애플리케이션 코드 복사
COPY . .

# 헬스체크 추가
# 헬스체크 추가.
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
CMD curl -f http://localhost:3000/health || exit 1

Expand Down
2 changes: 1 addition & 1 deletion frontend-main/src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Navbar = () => {
<svg className="w-8 h-8 -mr-2 text-primary" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6" />
</svg>
<img src="/ijipmatjip.png" alt="이집맞집 로고" className="h-6 ml-3 w-auto" />
<img src="/ijipmatjip2.png" alt="이집맞집 로고" className="h-6 ml-3 w-auto" />
</a>
</div>

Expand Down