Skip to content
Snippets Groups Projects
Commit 4685af7c authored by qweqweasdasd's avatar qweqweasdasd
Browse files

Added the python script in the Dockerfile

parent 51bc82ec
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ RUN useradd -ms /bin/bash gmp \
COPY id_rsa /home/gmp/.ssh
COPY known_hosts /home/gmp/.ssh
COPY script.py hosts /home/gmp/script.py
RUN chown -R gmp:gmp /home/gmp /tmp \
&& chmod 0600 /home/gmp/.ssh/id_rsa \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment