Skip to content

Commit

Permalink
Development (#80)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
scossu committed Oct 8, 2018
1 parent b625db9 commit 2a07e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/docker_entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2a07e17

Please sign in to comment.