ADAH-EviDENce / NewsReader

Docker build of full NewsReader pipeline in Dutch.
Apache License 2.0
2 stars 4 forks source link

`cd /work/data/` at initialization of Docker container #25

Closed wmkouw closed 6 years ago

wmkouw commented 6 years ago

At initialization of Docker container, the following response is generated immediately:

bash: cd: /work/data: No such file or directory

Apparently, the container is tasked with changing directory to /work/data at initialization. But I don't know where this command is coming from; there is no .bashrc in the container.

MartineDeVos commented 6 years ago

Maybe it is the ENTRYPOINT of the Alpino Docker? I'll check that

wmkouw commented 6 years ago

Yes, it is:

CMD ["/bin/bash", "--rcfile", "/init.sh"]