Skip to content

Commit

Permalink
added working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceminotto committed Aug 17, 2016
1 parent d226a88 commit afc87a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN echo "deb http://archive.ubuntu.com/ubuntu/ trusty multiverse" >> /etc/apt/s
chmod +x /usr/local/bin/rna_seq_4_conditions_docker.py && \
chmod +x /usr/local/bin/cummerbund_plot_scripts.r

WORKDIR /data/

ENTRYPOINT ["python3", "/usr/local/bin/rna_seq_4_conditions_docker.py"]


0 comments on commit afc87a4

Please sign in to comment.