Browse Source

Development (#80)

* Use relative paths in setup.py for RTD.

* Test absolute path for RTD.

* Test absolute path for RTD.

* Test absolute path for RTD.

* Test absolute path for RTD.

* Test absolute path for RTD.

* Test absolute path for RTD.

* Fix docker setup.

* Fix docker setup.
Stefano Cossu 5 years ago
parent
commit
2a07e17aa2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Dockerfile
  2. 1 1
      docker/docker_entrypoint

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM        python:3.5
+FROM        python:3.6
 MAINTAINER  Michael B. Klein <michael.klein@northwestern.edu>
 RUN         mkdir -p /usr/local /data
 WORKDIR     /usr/local

+ 1 - 1
docker/docker_entrypoint

@@ -7,4 +7,4 @@ coilmq &
 if [ ! -d /data/ldpnr_store ] && [ ! -d /data/ldprs_store ]; then
   echo yes | lsup-admin bootstrap
 fi
-exec fcrepo
+exec ./fcrepo