diff --git a/DockerfileApp b/DockerfileApp index fe8d89d..3e38b07 100644 --- a/DockerfileApp +++ b/DockerfileApp @@ -2,7 +2,7 @@ ARG RUBY_VERSION=4.0.3 FROM antleaf/ird_base:0.54 ARG IRD_APP_VERSION ENV APP_VERSION=$IRD_APP_VERSION -RUN echo "Bulding Docker image version: $APP_VERSION" +RUN echo "Building Docker image version: $APP_VERSION" # Copy application code COPY . . @@ -29,4 +29,4 @@ ENV PATH="${PATH}:/rails/bin" EXPOSE 3000 #EXPOSE 80 CMD ["./bin/rails", "server"] -#CMD ["./bin/thrust", "./bin/rails", "server"] \ No newline at end of file +#CMD ["./bin/thrust", "./bin/rails", "server"] diff --git a/app/assets/stylesheets/leaflet.css b/app/assets/stylesheets/leaflet.css index 9ade8dc..537fdab 100644 --- a/app/assets/stylesheets/leaflet.css +++ b/app/assets/stylesheets/leaflet.css @@ -43,7 +43,7 @@ .leaflet-marker-shadow { display: block; } -/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */ +/* .leaflet-container svg: reset svg max-width declaration shipped in Joomla! (joomla.org) 3.x */ /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */ .leaflet-container .leaflet-overlay-pane svg { max-width: none !important;