unstru / Dockerfile
davanstrien's picture
davanstrien HF Staff
Update Dockerfile
8f49310
raw
history blame contribute delete
359 Bytes
# syntax=docker/dockerfile:experimental
FROM downloads.unstructured.io/unstructured-io/unstructured-api:latest
ENTRYPOINT ["scripts/app-start.sh"]
# Expose a default port of 8000. Note: The EXPOSE instruction does not actually publish the port,
# but some tooling will inspect containers and perform work contingent on networking support declared.
EXPOSE 8000