Skip to content
Snippets Groups Projects
Commit ce4a2f62 authored by xgrand's avatar xgrand
Browse files

Change src/.docker_modules/r-scripts to src/.docker_modules/r-bolero and corresponding files.

parent af61f772
No related branches found
No related tags found
No related merge requests found
FROM rocker/r-base:4.2.3 FROM rocker/r-base:4.2.3
LABEL AUTHOR="Alia Rifki"
LABEL MAINTAINER="Xavier Grand <xavier.grand@inserm.fr>"
LABEL build_date="2023-05-26"
## copy Rscript files ## copy Rscript files
COPY ./*.R . COPY ./*.R .
RUN Rscript Install_packages.R RUN Rscript Install_packages.R
CMD ["bash"]
docker build src/.docker_modules/r-bolero/1.0 -t 'xgrand/r-bolero:1.0'
docker push xgrand/r-bolero:1.0
docker build src/.docker_modules/r-scripts/1.0 -t 'xgrand/r-scripts:1.0'
docker push xgrand/r-scripts:1.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment