You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2025. It is now read-only.
- Renamed `.env` to `.env_example` and updated the README to reflect this change.
- Added `.env` to .gitignore for security reasons.
- Added `dumb-init` and `patchelf` packages to Dockerfile to enhance the functionalities.
- Changed WORKDIR from `/app` to `/source`.
- Added Nuitka compilation step in the Dockerfile.
- Commented out the copy command for `ffprobe` in the Dockerfile.
- Updated the directories paths in the Dockerfile.
- Changed the app execution command in Docker ENTRYPOINT to use the compiled binary.
- Changed the bind mount for `OUTPUTS` in docker-compose.yml and updated README to reflect this.
- Added error handling in docker-compose.yml for when `OUTPUTS` environment variable is not set.
Signed-off-by: 陳鈞 <[email protected]>
0 commit comments