Skip to content

Commit

Permalink
fix: last copy command for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored Apr 11, 2017
1 parent 1a49d8e commit a4f54fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Simple_Prep_docker-Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ WORKDIR /opt/repronim/
RUN bash Simple_Prep.sh

WORKDIR /opt/repronim/simple_workflow/scripts
COPY startup.sh .
COPY startup.sh ./
RUN chmod +x startup.sh
ENTRYPOINT ["/opt/repronim/simple_workflow/scripts/startup.sh"]

0 comments on commit a4f54fc

Please sign in to comment.