1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-12 18:46:05 +02:00

updated Dockerfile and travis

This commit is contained in:
eoli3n 2020-05-13 22:46:30 +02:00
parent 1bb8d85dec
commit cfd7b1a2f9
2 changed files with 1 additions and 3 deletions

View File

@ -11,6 +11,5 @@ install:
- docker build -t archlinux/dotfiles -f docker/archlinux/Dockerfile .
script:
- cd dotfiles
- docker run archlinux/dotfiles ansible-playbook -i docker/archlinux/hosts install.yml
#- docker run archlinux/dotfiles dotfiles/docker/archlinux/test.sh

View File

@ -41,6 +41,5 @@ RUN echo "user ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
USER user
WORKDIR /home/user/
ENV LANG="fr_FR.UTF-8"
RUN mkdir dotfiles
COPY . dotfiles/
COPY . .
ENTRYPOINT /bin/bash