Skip to content
Snippets Groups Projects
Unverified Commit bdff7c3f authored by Thomas McWork's avatar Thomas McWork
Browse files

reduce Docker image size

parent 30ea49e9
No related branches found
No related tags found
No related merge requests found
......@@ -27,4 +27,4 @@ RUN pip install . \
&& pip cache purge
EXPOSE 5000
ENTRYPOINT [ "/home/worker/.local/bin/libretranslate", "--host", "0.0.0.0" ]
ENTRYPOINT [ "libretranslate", "--host", "0.0.0.0" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment