Skip to content

Commit

Permalink
as root
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Jun 19, 2024
1 parent 4531d2a commit c24fe3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ RUN adduser -D tts

COPY --from=builder /app/tts /app/tts

USER tts:tts
WORKDIR /app
VOLUME /app/out

RUN mkdir -p /app/out && chown tts:tts /app/out

USER tts:tts
ENTRYPOINT [ "/app/tts" ]

0 comments on commit c24fe3b

Please sign in to comment.