CodeLumia / docker-compose.yml
HALU-HAL's picture
[feat] CodeLumiaのリポジトリのファイルツリーとコードを表示するStreamlitアプリケーションを追加
26ec914
raw
history blame contribute delete
No virus
102 Bytes
version: '3'
services:
app:
build: .
ports:
- "8501:8501"
volumes:
- .:/app