Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
|
|
18 |
|
19 |
ENV _R_SHLIB_STRIP_=true
|
20 |
|
21 |
-
COPY ./app/* /srv/shiny-server/
|
22 |
|
23 |
USER shiny
|
24 |
|
|
|
18 |
|
19 |
ENV _R_SHLIB_STRIP_=true
|
20 |
|
21 |
+
# COPY ./app/* /srv/shiny-server/
|
22 |
|
23 |
USER shiny
|
24 |
|