From 6e83d33cd5d2edfa4f7f267cd3dd5b138a6327c1 Mon Sep 17 00:00:00 2001 From: George Andreou <geand@athenarc.gr> Date: Thu, 19 Nov 2020 11:10:34 +0100 Subject: [PATCH] Update Dockerfile --- base/Dockerfile | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index 7c0ff5f..4c77c41 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -15,18 +15,4 @@ RUN /usr/libexec/s2i/assemble # Set the default command for the resulting image CMD /usr/libexec/s2i/run -#CMD base/.s2i/bin/run - -# Old Dockerfile -#USER root - -#ADD . . -#RUN echo ASSEMBLE -#RUN base/.s2i/bin/assemble -#RUN echo RUN -#RUN base/.s2i/bin/run - -#ENV MPICC=/usr/lib64/mpich/bin/mpicc - -#EXPOSE 8080 -#USER 1000 +#CMD base/.s2i/bin/run \ No newline at end of file -- GitLab