diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-08-08 00:01:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-08 00:01:38 +0530 |
commit | f2548f7a5c36b289552a807b671d861b11357841 (patch) | |
tree | a9b0a90737722c258045dfc1d8c04c6f89878952 /Dockerfile | |
parent | 1382cd848f04feaa6572ef49803372bc1184c3c7 (diff) |
Commenting tests
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -34,9 +34,9 @@ RUN ./run_all_tests.sh #WORKDIR / # scripts -WORKDIR /src -COPY scripts/ scripts/ -RUN chmod +x /src/scripts/main.sh +#WORKDIR /src +#COPY scripts/ scripts/ +#RUN chmod +x /src/scripts/main.sh RUN python3 -m pip install untangle tabulate |