Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb authored Aug 6, 2020
1 parent be4aa95 commit d304afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ADD bin/starter-service.sh /starter-service.sh
#ADD /data /data/
ADD tools.yaml tools.yaml
ADD /workflow /workflowDir
RUN chmod 755 /workflow.sh
RUN chmod 755 /setup-workflow.sh
RUN /setup-workflow.sh

ENTRYPOINT ["/starter-service.sh"]

0 comments on commit d304afc

Please sign in to comment.