diff --git a/Docker/ubuntu22/ubuntu22-cvmfs/Dockerfile b/Docker/ubuntu22/ubuntu22-cvmfs/Dockerfile index e6e5024..49fac58 100644 --- a/Docker/ubuntu22/ubuntu22-cvmfs/Dockerfile +++ b/Docker/ubuntu22/ubuntu22-cvmfs/Dockerfile @@ -16,4 +16,4 @@ RUN apt update && \ COPY mount.sh /mount.sh -CMD ["/bin/bash"] \ No newline at end of file +ENTRYPOINT ["/bin/bash"]