Skip to content

Commit

Permalink
fix weather icons
Browse files Browse the repository at this point in the history
  • Loading branch information
KMicha committed Oct 14, 2024
1 parent f98052d commit 2155925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile20
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ RUN wget http://download.geonames.org/export/dump/countryInfo.txt -O /cre/assets
# https://www.quantargo.com/help/r/latest/packages/leaflet.extras/1.0.0/weatherMarkers
RUN mkdir -p /cre/assets/public/icons/weather
RUN wget https://github.com/erikflowers/weather-icons/archive/master.zip -O /cre/assets/public/icons/weather/master.zip && \
unzip -o /cre/assets/public/icons/weather/master.json.zip -d /cre/assets/public/icons/weather/ && \
unzip -o /cre/assets/public/icons/weather/master.zip -d /cre/assets/public/icons/weather/ && \
rm -f /cre/assets/public/icons/weather/master.zip

#https://p.yusukekamiyamane.com/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile24
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ RUN wget http://download.geonames.org/export/dump/countryInfo.txt -O /cre/assets
# https://www.quantargo.com/help/r/latest/packages/leaflet.extras/1.0.0/weatherMarkers
RUN mkdir -p /cre/assets/public/icons/weather
RUN wget https://github.com/erikflowers/weather-icons/archive/master.zip -O /cre/assets/public/icons/weather/master.zip && \
unzip -o /cre/assets/public/icons/weather/master.json.zip -d /cre/assets/public/icons/weather/ && \
unzip -o /cre/assets/public/icons/weather/master.zip -d /cre/assets/public/icons/weather/ && \
rm -f /cre/assets/public/icons/weather/master.zip

#https://p.yusukekamiyamane.com/
Expand Down

0 comments on commit 2155925

Please sign in to comment.