Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DockerfileDeployShinyApps
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt update && apt install -y libjq-dev libv8-dev libgdal-dev libgeos-c1v5 li
RUN mkdir /data

COPY unemploymentDataProcessor.R app.R filemanifest.txt config.yml helper.R deployShinyApps.R /Rscripts/
COPY www/CLS-Logo_120.png /Rscripts/www/
COPY www /Rscripts/www/
COPY data /data/

# /data should be a volume mount, where the dataprocessor will write.
Expand Down
2 changes: 1 addition & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ui <- fluidPage(
label="Constant y axis? (makes comparisons easier)",
value=FALSE),

tags$img(src="CLS-Logo_120.png"),
tags$img(src="CLS-Logo_TCF.png"),

# the width of the sidebar panel
width=3),
Expand Down
4 changes: 3 additions & 1 deletion filemanifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ data/UI Data 1-2017.zip
data/EUC-1982-1987-USDOLData.csv
data/unemployment_data.parquet
www/CLS-Logo_120.png
config.yml
www/CLS-Logo_TCF.png
www/histy.png
config.yml
Binary file added www/CLS-Logo_TCF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/histy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.