small formatting change

This commit is contained in:
Josh Bradley
2025-01-14 18:04:14 -05:00
parent f58a864951
commit 33a0cd8efe

View File

@@ -17,7 +17,6 @@ RUN pip install markitdown
# Default USERID and GROUPID
ARG USERID=10000
ARG GROUPID=10000
USER $USERID:$GROUPID
ENTRYPOINT [ "markitdown" ]