Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
reihsr authored Jan 4, 2020
1 parent 0dae4e4 commit 015654a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion images/openspecimen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@ RUN cd /tmp/openspecimen \

RUN echo 'export PS1="[\u@openspecimen:\w]# "' >> /root/.bashrc

ENTRYPOINT ["/bin/sh"]
ADD scripts /opt/scripts
WORKDIR /opt/scripts
RUN chmod a+x *.sh

ENTRYPOINT ["/opt/scripts/entrypoint.sh"]

0 comments on commit 015654a

Please sign in to comment.