Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 29, 2025
1 parent 6ea4723 commit 69e8d3d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ottrpal/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM jhudsl/base_ottr
LABEL maintainer="[email protected]"

RUN installGithub.r \
jhudsl/ottrpal \
jhudsl/cow


ARG CHECK_TYPE
ENV CHECK_TYPE=${INPUT_CHECK_TYPE}

ENTRYPOINT ["Rscript -e 'ottrpal::check(check_type == ${INPUT_CHECK_TYPE})'"]

0 comments on commit 69e8d3d

Please sign in to comment.