Compare commits
1 Commits
v0.1.0a2
...
joshbradle
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33a0cd8efe |
@@ -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" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user