Skip to content

Commit

Permalink
fix dockerfile to use 'WORKDIR' to set working directory instead of '…
Browse files Browse the repository at this point in the history
…RUN cd ..'
  • Loading branch information
wrgeorge1983 committed Mar 26, 2020
1 parent da709fe commit 374e450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 374e450

Please sign in to comment.