Skip to content
Snippets Groups Projects
Commit 1984f845 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Cleanup

parent 4ee974d1
Branches
No related tags found
No related merge requests found
......@@ -13,11 +13,9 @@ WORKDIR /home/xaal
#SHELL ["/usr/bin/fish", "-c"]
COPY ./files/install.sh ./install.sh
# RUN sudo chown xaal:xaal ./install.sh && ./install.sh && rm install.sh
RUN ./install.sh && rm install.sh
COPY ./files/run.sh ./run.sh
# RUN sudo chown xaal:xaal ./run.sh
COPY ./files/tmux.conf ./.tmux.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment