Skip to content

Commit

Permalink
Change CMD to ENTRYPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Dec 14, 2023
1 parent 48bba17 commit e600a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/ubuntu22/ubuntu22-cvmfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN apt update && \

COPY mount.sh /mount.sh

CMD ["/bin/bash"]
ENTRYPOINT ["/bin/bash"]

0 comments on commit e600a33

Please sign in to comment.