You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
image: pdf-mining:latest # TODO: Should be coming from registry?
build:
context: .
dockerfile: ./data/Dockerfile
ports:
- 8888:8888
depends_on:
- tika-server
tty: true # Enable a interactive session without shutting down the container immediately. If a CMD is added in the Dockerfile, a workaround has to be uses