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
4 changes: 2 additions & 2 deletions DockerfileApp
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .

Expand All @@ -29,4 +29,4 @@ ENV PATH="${PATH}:/rails/bin"
EXPOSE 3000
#EXPOSE 80
CMD ["./bin/rails", "server"]
#CMD ["./bin/thrust", "./bin/rails", "server"]
#CMD ["./bin/thrust", "./bin/rails", "server"]
2 changes: 1 addition & 1 deletion app/assets/stylesheets/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down