Spaces:
Running
Running

Update Docker configuration and clean up core.py: change port mapping, remove Streamlit references, and optimize imports
cece7d0
version: '3' | |
services: | |
sthf-remove-photo-object: | |
build: . | |
container_name: sthf-remove-photo-object | |
restart: unless-stopped | |
ports: | |
- 41003:7860 | |
volumes: | |
- .:/app | |
environment: | |
- TZ=Asia/Jakarta | |
- PORT=7860 | |
command: python app.py |