ahmetoner / whisper-asr-webservice

OpenAI Whisper ASR Webservice API
https://ahmetoner.github.io/whisper-asr-webservice
MIT License
1.85k stars 331 forks source link

added user service to Dockerfile so it run as non-root user #181

Open brosano opened 6 months ago

brosano commented 6 months ago

This adds the necessary modifications to the Dockerfile to ensure that the application runs as a non-root user. The changes include the creation of a non-privileged user, setting appropriate permissions, and adjusting the Dockerfile accordingly.