Skip to content

Commit

Permalink
ci: switch to entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
danellecline committed Jul 30, 2024
1 parent ec75265 commit 02d4eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ RUN apt-get remove -y build-essential && \
WORKDIR ${APP_HOME}
ENV HOME=${APP_HOME}
RUN chmod a+rwx -R ${APP_HOME}
CMD ["sdcat"]
ENTRYPOINT ["sdcat"]
2 changes: 1 addition & 1 deletion docker/Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ ENV NUMBA_CACHE_DIR=/tmp
WORKDIR ${APP_HOME}
ENV HOME=${APP_HOME}
RUN chmod a+rwx -R ${APP_HOME}
CMD ["sdcat"]
ENTRYPOINT ["sdcat"]

0 comments on commit 02d4eb2

Please sign in to comment.