Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
europdx
k8s
cbio-on-demand
Kubernetes-Docker
Commits
988fb4af
Commit
988fb4af
authored
Jul 30, 2019
by
Ľuboslav Pivarč
Browse files
Update builds/cbiodb/Dockerfile
parent
afac335a
Pipeline
#21270
passed with stages
in 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
builds/cbiodb/Dockerfile
View file @
988fb4af
FROM
registry.gitlab.ics.muni.cz:443/2780/mysql
MAINTAINER
Luboslav Pivarc <456130@muni.cz>
# Copy the database schema to the /data directory
COPY
files/run_db files/init_db /tmp/
RUN
chmod
+x /tmp/run_db
&&
chmod
+x /tmp/init_db
#ADD http://dior.ics.muni.cz/~cuda/seed-cbioportal_hg19_v2.4.0.sql /tmp/
#ADD http://dior.ics.muni.cz/~cuda/cgds.sql /tmp/
ADD
https://raw.githubusercontent.com/cBioPortal/cbioportal/v2.0.0/db-scripts/src/main/resources/cgds.sql /tmp/
ADD
.
/seed-cbioportal_hg19_v2.7.3.sql /tmp/
ADD
https://github.com/cBioPortal/datahub/blob/master/seedDB
/seed-cbioportal_hg19_v2.7.3.sql
.gz?raw=true
/tmp/
# init_db will create the default
# database from epcis_schema.sql, then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment