Skip to content

Commit

Permalink
Fix Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
msalazarcgeo committed Jan 12, 2021
1 parent 324f6dc commit bc146ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ EXPOSE 3838
CMD ["R", "-e", \
"options('shiny.port'=3838,shiny.host='0.0.0.0'); \
options('Actualizar_datos' = TRUE); \
options('Cache_dir'='./cache_dir');\
options('Cache_dir'='./cache_dir');\
options('Cache_DB_dir'='./cache_dir');\
library(visualizadorIncidentesViales); \
visualizadorIncidentesViales::run_app()"]
# CMD ["R", "-e", \
Expand All @@ -45,4 +46,4 @@ CMD ["R", "-e", \
# visualizadorIncidentesViales::run_app()"]
###
### To run the docker container using the volume "Cache_vol"
#### docker run -v Cache_vol:./cache_visualizador -p 3838:3838/tcp visualizadorIncidentesviales:0.9.1
#### docker run -v Cache_vol:./cache_visualizador -p 3838:3838/tcp visualizadorIncidentesviales:0.9.1.2

0 comments on commit bc146ca

Please sign in to comment.