Skip to content

Commit

Permalink
Adjust Dockerfile CMD entry-point based on new functionality (c328135)
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-vitiello committed Dec 3, 2024
1 parent 34ef494 commit e6ea9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.oasisui_appli
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ EXPOSE 3838
ENV APP_DIR=appli

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

0 comments on commit e6ea9b1

Please sign in to comment.