Skip to content

Commit

Permalink
Fix DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixmil committed Nov 13, 2024
1 parent e262ff7 commit dedc327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN R -e "options(renv.config.repos.override = 'https://packagemanager.posit.co/

EXPOSE 3838

CMD ["Rscript", "/app/app.R"]
CMD ["R","-e", "shiny::runApp('./app.R', host='0.0.0.0', port = 3838)"]

0 comments on commit dedc327

Please sign in to comment.