Added UID as argument
This commit is contained in:
parent
013b022427
commit
5fc03b6415
1 changed files with 5 additions and 1 deletions
|
|
@ -7,6 +7,10 @@ RUN apk add --no-cache ffmpeg
|
||||||
|
|
||||||
RUN pip install markitdown
|
RUN pip install markitdown
|
||||||
|
|
||||||
USER 10000:10000
|
# Default USERID and GROUPID
|
||||||
|
ARG USERID=10000
|
||||||
|
ARG GROUPID=10000
|
||||||
|
|
||||||
|
USER $USERID:$GROUPID
|
||||||
|
|
||||||
ENTRYPOINT [ "markitdown" ]
|
ENTRYPOINT [ "markitdown" ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue