Skip to content
Snippets Groups Projects
Commit 6e83d33c authored by George Andreou's avatar George Andreou
Browse files

Update Dockerfile

parent c9268e65
No related branches found
No related tags found
No related merge requests found
Pipeline #127 passed with stage
in 4 seconds
...@@ -15,18 +15,4 @@ RUN /usr/libexec/s2i/assemble ...@@ -15,18 +15,4 @@ RUN /usr/libexec/s2i/assemble
# Set the default command for the resulting image # Set the default command for the resulting image
CMD /usr/libexec/s2i/run CMD /usr/libexec/s2i/run
#CMD base/.s2i/bin/run #CMD base/.s2i/bin/run
\ No newline at end of file
# 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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment