Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a2a9365a authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

Start adding copy (the ones that worked so far).

parent 9c8483ef
No related branches found
No related tags found
No related merge requests found
Pipeline #976387 passed
......@@ -22,18 +22,15 @@ ARG library_type
RUN pwd
RUN ls -alrt
# USER root
# WORKDIR /home/${USER}/Codes/MoReFEM
# RUN mkdir -p build_docker
USER root
RUN chmod 777 /opt
# RUN chmod 777 build_docker /opt
# USER ${USER}
USER ${USER}
WORKDIR /home/${USER}/Codes/MoReFEM
RUN mkdir -p build_docker
# COPY Sources Sources
# COPY cmake cmake
COPY Sources Sources
COPY cmake cmake
# COPY Scripts Scripts
# COPY CMakeLists.txt CMakeLists.txt
# COPY Data Data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment