Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:EBISPOT/OXO into loinc
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Apr 29, 2020
2 parents 216fba9 + b79e5e9 commit 3a9a880
Show file tree
Hide file tree
Showing 55 changed files with 2,287 additions and 2,934 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ oxo-*
.idea
dataloading
neo4jimport/*.csv
neo4jdata
db
solr-config/data
*.rtf
Expand Down
1 change: 1 addition & 0 deletions dataloading/oxo/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#config_localdev.ini
12 changes: 12 additions & 0 deletions dataloading/oxo/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM jfloff/alpine-python:2.7
MAINTAINER Simon Jupp "[email protected]"

RUN mkdir /app
WORKDIR /app
COPY *.py requirements.txt ./

RUN apk add --no-cache mariadb-dev build-base
#RUN apk --update add mysql mysql-client
RUN pip install -r requirements.txt

CMD bash
Loading

0 comments on commit 3a9a880

Please sign in to comment.