diff --git a/TODO b/TODO index 955d690..2d5d0e4 100644 --- a/TODO +++ b/TODO @@ -16,7 +16,6 @@ - up wrapper : 'ix' and 'upfile' = auto-copy # FIX -- home PATH is added to root - copy/paste kitty->firefox remove '\n' - notifications never disapear diff --git a/docker/archlinux/Dockerfile b/docker/archlinux/Dockerfile index aa2ad80..853a743 100644 --- a/docker/archlinux/Dockerfile +++ b/docker/archlinux/Dockerfile @@ -42,4 +42,4 @@ USER user WORKDIR /home/user/ ENV LANG="fr_FR.UTF-8" COPY . . -ENTRYPOINT /bin/bash +CMD ["/bin/bash"]