Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bishoyh authored Jul 10, 2024
1 parent 81e0a92 commit ba65508
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 @@ -21,5 +21,5 @@ COPY --from=builder /kallisto/release/kallisto/kallisto /usr/local/bin/kallisto]
COPY --from=builder /bin/mkdir /bin/mkdir]
COPY --from=builder /bin/sh /bin/sh]
# Set the entrypoint to the static kallisto binary
RUN mkdir -p /data
RUN /bin/mkdir -p /data
ENTRYPOINT ["/usr/local/bin/kallisto"]

0 comments on commit ba65508

Please sign in to comment.