Skip to content

Commit

Permalink
use JSON style CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Feb 15, 2024
1 parent 7da8285 commit 710435b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ RUN Rscript -e "\
cran_pkg_deps <- setdiff(renv::dependencies()$Package, basename(non_cran_pkg_deps)); \
pak::pkg_install(pkg = c(non_cran_pkg_deps, cran_pkg_deps)); \
"

CMD Rscript run_pacta_scenario_preparation.R
CMD ["Rscript","run_pacta_scenario_preparation.R"]

0 comments on commit 710435b

Please sign in to comment.