Spaces:
Runtime error
Runtime error
more
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -20,8 +20,7 @@ ENV _R_SHLIB_STRIP_=true
|
|
20 |
|
21 |
COPY ./app/* /srv/shiny-server/
|
22 |
|
23 |
-
RUN
|
24 |
-
shiny \
|
25 |
forecast \
|
26 |
jsonlite \
|
27 |
ggplot2 \
|
|
|
20 |
|
21 |
COPY ./app/* /srv/shiny-server/
|
22 |
|
23 |
+
RUN shiny \
|
|
|
24 |
forecast \
|
25 |
jsonlite \
|
26 |
ggplot2 \
|