Ifeanyi commited on
Commit
bef432b
·
verified ·
1 Parent(s): e86d187

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ RUN install2.r --error \
30
  reactable \
31
  devtools
32
 
33
- RUN R -e "devtools::install_github('posit-dev/querychat/pkg-r')"
34
 
35
  COPY . .
36
 
 
30
  reactable \
31
  devtools
32
 
33
+ RUN R -e "devtools::install_github('posit-dev/querychat')"
34
 
35
  COPY . .
36