1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00

fixed docker run in travis

This commit is contained in:
eoli3n 2020-05-13 23:19:00 +02:00
parent cfd7b1a2f9
commit d3e1b0f979
2 changed files with 1 additions and 2 deletions

1
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

@ -42,4 +42,4 @@ USER user
WORKDIR /home/user/
ENV LANG="fr_FR.UTF-8"
COPY . .
ENTRYPOINT /bin/bash
CMD ["/bin/bash"]