small formatting change
This commit is contained in:
parent
f58a864951
commit
33a0cd8efe
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ RUN pip install markitdown
|
||||||
# Default USERID and GROUPID
|
# Default USERID and GROUPID
|
||||||
ARG USERID=10000
|
ARG USERID=10000
|
||||||
ARG GROUPID=10000
|
ARG GROUPID=10000
|
||||||
|
|
||||||
USER $USERID:$GROUPID
|
USER $USERID:$GROUPID
|
||||||
|
|
||||||
ENTRYPOINT [ "markitdown" ]
|
ENTRYPOINT [ "markitdown" ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue