diff --git a/Dockerfile b/Dockerfile index b56b2622148cb6be1843cda77c230da8ad3b7993..920113b2590ef08d3fa13d151eb283c9cddc325e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,14 +15,12 @@ FROM atlas/athanalysis:21.2.94 AS centosContainer - -WORKDIR /workdir +ARG PROJECT=workdir #ARG CACHEBUST=1 # with this the command below will run without cache -RUN mkdir ZX_PostProcessingPlotter -RUN COPY * ZX_PostProcessingPlotter -RUN yum install vim +COPY . /$PROJECT/ZX_PostProcessingPlotter/ +#RUN sudo yum install -y vim -WORKDIR /workdir +WORKDIR /$PROJECT