Skip to content

Commit

Permalink
new docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
EwokOzwok committed Oct 23, 2023
1 parent 52e330a commit 85fcce1
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 84 deletions.
24 changes: 12 additions & 12 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
EDI_6=c(1:100),
EDI_7=c(1:100),
EDI_8=c(1:100))
Data<-expand.grid(EB_1=c(50:100),
EB_2=c(50:100),
EB_3=c(50:100),
EB_5=c(50:100),
EB_6=c(50:100),
EB_8=c(50:100),
OBN_1=c(0:5),
OBN_2=c(0:5),
OBN_3=c(0:5),
OBN_4=c(0:5),
OBN_5=c(0:5),
OBN_6=c(0:5),
Expand Down Expand Up @@ -510,3 +498,15 @@ library(Rolodex)
profvis::profvis(print(Rolodex::run_app()))
remove.packages("Rolodex")
devtools::install_github("EwokOzwok/Rolodex")
## code to prepare `data` dataset goes here
data<-readxl::read_excel("data-raw/Rolodex.xlsx")
usethis::use_data(data, overwrite = TRUE)
library(Rolodex)
run_app()
library(Rolodex)
library(Rolodex)
run_app()
library(Rolodex)
run_app()
remove.packages("Rolodex")
devtools::install_github("EwokOzwok/Rolodex")
4 changes: 2 additions & 2 deletions deploy/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker build -f Dockerfile_base --progress=plain -t rolodex_base .
docker build -f Dockerfile --progress=plain -t rolodex:latest .
docker run -p 3838:3838 rolodex:latest
# then go to 127.0.0.1:3838
docker run -p 80:80 rolodex:latest
# then go to 127.0.0.1:80
Binary file modified deploy/Rolodex_1.0.0.2000.tar.gz
Binary file not shown.
Loading

0 comments on commit 85fcce1

Please sign in to comment.