diff --git a/dockerfile b/dockerfile index 528f27d..738ad8e 100644 --- a/dockerfile +++ b/dockerfile @@ -4,7 +4,7 @@ apt-get update apt-get install -y systemd python3 python3-cryptography python3-requests python3-toml EOF ADD scripts\* /airwatchConnector -ADD services.py -ADD create_services.sh +ADD services.py / +ADD create_services.sh / RUN chmod u+x /create_services.sh ENTRYPOINT ["/create_services.sh"] \ No newline at end of file