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

updated Dockerfile

This commit is contained in:
eoli3n 2020-05-13 22:42:19 +02:00
parent ff43fe4ddb
commit 1bb8d85dec

View File

@ -43,5 +43,4 @@ WORKDIR /home/user/
ENV LANG="fr_FR.UTF-8"
RUN mkdir dotfiles
COPY . dotfiles/
RUN cd dotfiles; ansible-playbook -i docker/archlinux/hosts install.yml
ENTRYPOINT /bin/bash