Skip to content

Commit

Permalink
ci: entry point script
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskrt committed Jun 28, 2024
1 parent 4162596 commit 92b6ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ RUN pip uninstall --yes toxsmi && pip install toxsmi && mkdir data
RUN chmod +x example_pipeline.sh


ENTRYPOINT [ "example_pipeline.sh" ]


CMD ["bash"]
#CMD ["bash"]

0 comments on commit 92b6ac9

Please sign in to comment.