# 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