fix: Streamlit Dockerfile 에 파일 권한 방어 chmod #52
No reviewers
Labels
No labels
api
bug
chore
collector
decision-needed
docs
enhancement
feature
feedback-loop
frontend
infra
skill
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
xhh/financial-data-platform!52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/streamlit-file-permissions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
v0.3.1 배포 후 공개 URL 접속 시
Permission denied: '/app/frontend/streamlit/app.py'발생. Windows 호스트 빌드에서 COPY 가 파일 읽기 비트를 잃는 알려진 이슈 — API Dockerfile 엔 이미 방어 있음 (CLAUDE.md 기록), Streamlit 엔 누락.runtime 스테이지 COPY 직후
chmod -R a+rX /app/src /app/frontend적용.v0.3.2 태그 찍어 재배포 필요.