File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Use the Ruby 3.2.2 image from Docker Hub as the base image (https://hub.docker.com/_/ruby)
2- FROM ruby:3.2.2
1+ # Use the Ruby 3.4.4 image from Docker Hub as the base image (https://hub.docker.com/_/ruby)
2+ FROM ruby:3.4.4
33
44RUN ls /etc
55RUN apt update -qq && apt install -y postgresql-client git libvips curl cron vim libgeos-dev
@@ -53,7 +53,7 @@ ENV RAILS_ENV=development
5353ENV REACT_APP_HOSTNAME=$HOSTNAME
5454ENV REACT_APP_IIIF_MANIFEST_ITEM_LIMIT=$REACT_APP_IIIF_MANIFEST_ITEM_LIMIT
5555ENV REACT_APP_IIIF_MANIFEST_ITEM_LIMIT=$REACT_APP_IIIF_MANIFEST_ITEM_LIMIT
56- ENV REACT_APP_MAP_TILER_KEY =$REACT_APP_MAP_TILER_KEY
56+ ENV VITE_MAP_TILER_KEY =$REACT_APP_MAP_TILER_KEY
5757ENV SECRET_KEY_BASE=$SECRET_KEY_BASE
5858ENV ELASTICSEARCH_API_KEY=$ELASTICSEARCH_API_KEY
5959ENV ELASTICSEARCH_HOST=$ELASTICSEARCH_HOST
You can’t perform that action at this time.
0 commit comments