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:
parent
cfd7b1a2f9
commit
d3e1b0f979
1
TODO
1
TODO
@ -16,7 +16,6 @@
|
|||||||
- up wrapper : 'ix' and 'upfile' = auto-copy
|
- up wrapper : 'ix' and 'upfile' = auto-copy
|
||||||
|
|
||||||
# FIX
|
# FIX
|
||||||
- home PATH is added to root
|
|
||||||
- copy/paste kitty->firefox remove '\n'
|
- copy/paste kitty->firefox remove '\n'
|
||||||
- notifications never disapear
|
- notifications never disapear
|
||||||
|
|
||||||
|
@ -42,4 +42,4 @@ USER user
|
|||||||
WORKDIR /home/user/
|
WORKDIR /home/user/
|
||||||
ENV LANG="fr_FR.UTF-8"
|
ENV LANG="fr_FR.UTF-8"
|
||||||
COPY . .
|
COPY . .
|
||||||
ENTRYPOINT /bin/bash
|
CMD ["/bin/bash"]
|
||||||
|
Loading…
Reference in New Issue
Block a user