Skip to content

Commit

Permalink
Fix escaping parameter mode on runOasisui entry-point in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-vitiello committed Dec 2, 2024
1 parent 84e3620 commit 314dc2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile.oasisui_appli
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM rocker/r-ver:4.0.5
FROM rocker/r-ver:4.0.5
# -> ubuntu 20.04
# -> don't use latest R release, since that will keep getting linked with later build-dates and RStudio packagemanager
# -> sets repository to RStudio packagemanager for specific build date of R version, being 2021-05-17 for R 4.0.5
Expand Down Expand Up @@ -52,4 +51,4 @@ EXPOSE 3838
# ENV HIDE_FOOTER_VERSION=TRUE

# Launch Oasisui
CMD ["R", "-e", "oasisui::runOasisui(mode="appli")"]
CMD ["R", "-e", "oasisui::runOasisui(mode=\"appli\")"]

0 comments on commit 314dc2e

Please sign in to comment.