diff --git a/Dockerfile b/Dockerfile index 8f2183a..4b3e8a1 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.8 -RUN cd /usr/local/lib/python3.8/site-packages +WORKDIR /usr/local/lib/python3.8/site-packages RUN git clone https://github.com/networktocode/ntc-templates.git RUN mv ntc-templates ntc_templates ADD . /code