Skip to content

Commit

Permalink
Add COPY lines to Dockerfile_init to fix #252
Browse files Browse the repository at this point in the history
  • Loading branch information
djcomlab committed Jul 17, 2018
1 parent 074444f commit f21f4ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile_init
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ COPY rules/k8s_destinations.py /galaxy-central/lib/galaxy/jobs/rules/k8s_destina
# Galaxy tours which guide users through the subsequent steps in an analysis
COPY config/plugins/tours/*.yaml config/plugins/tours/

# ISA Controlled Vocabulary terms table used by ISA-tools
COPY tool-data/isa_cvterms.loc tool-data/
COPY config/tool_data_table_conf.xml config/tool_data_table_conf.xml

COPY html/partners.png welcome/welcome_partners.png
COPY html/PhenoMeNal_logo.png welcome/welcome_PhenoMeNal_logo.png
COPY html/welcome.html welcome/welcome.html
Expand Down

0 comments on commit f21f4ec

Please sign in to comment.