Spaces:
Sleeping
Sleeping
Use rstudio/httpuv main branch
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN install2.r --error \
|
|
10 |
# Install development packages from GitHub
|
11 |
RUN installGithub.r \
|
12 |
rstudio/bslib \
|
13 |
-
rstudio/httpuv
|
14 |
|
15 |
COPY . .
|
16 |
|
|
|
10 |
# Install development packages from GitHub
|
11 |
RUN installGithub.r \
|
12 |
rstudio/bslib \
|
13 |
+
rstudio/httpuv
|
14 |
|
15 |
COPY . .
|
16 |
|