Skip to content

Commit

Permalink
update data image
Browse files Browse the repository at this point in the history
  • Loading branch information
KKulma committed Oct 3, 2023
1 parent 531f269 commit 1714653
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
update_data:
runs-on: ubuntu-latest
container:
image: kasiatemp/ng-update:daily
image: kasiatemp/carbon-intensity-data:latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## kasiatemp/ng-update:daily
## kasiatemp/carbon-intensity-data

FROM rocker/r-ver:4.0.3

RUN apt-get update \
Expand Down
9 changes: 7 additions & 2 deletions Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
FROM rocker/shiny:4.0.4
RUN install2.r rsconnect shiny shinyWidgets dygraphs ggplot2 plotly xts dplyr bslib here stringr lubridate viridis intensegRid logger
FROM rocker/shiny:latest
RUN install2.r --skipinstalled --error \
rsconnect shiny shinyWidgets \
dygraphs ggplot2 plotly xts viridis \
dplyr bslib here stringr lubridate \
intensegRid logger \
&& rm -rf /tmp/downloaded_packages

WORKDIR /opt/app

0 comments on commit 1714653

Please sign in to comment.