Correction du dockerfile
This commit is contained in:
@ -4,7 +4,7 @@ apt-get update
|
|||||||
apt-get install -y systemd python3 python3-cryptography python3-requests python3-toml
|
apt-get install -y systemd python3 python3-cryptography python3-requests python3-toml
|
||||||
EOF
|
EOF
|
||||||
ADD scripts\* /airwatchConnector
|
ADD scripts\* /airwatchConnector
|
||||||
ADD services.py
|
ADD services.py /
|
||||||
ADD create_services.sh
|
ADD create_services.sh /
|
||||||
RUN chmod u+x /create_services.sh
|
RUN chmod u+x /create_services.sh
|
||||||
ENTRYPOINT ["/create_services.sh"]
|
ENTRYPOINT ["/create_services.sh"]
|
||||||
Reference in New Issue
Block a user