File size: 359 Bytes
f11b1de
8f49310
f11b1de
 
 
 
1
2
3
4
5
6
# 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