Skip to content

Instantly share code, notes, and snippets.

View mephillips-durham's full-sized avatar

Matthew Phillips mephillips-durham

  • Durham University
  • Durham, U.K.
View GitHub Profile
@mephillips-durham
mephillips-durham / Dockerfile
Created October 10, 2023 10:31
Modified Dockerfile for Spotlight
ARG RUBY_VERSION=2.7.7
ARG ALPINE_VERSION=3.16
FROM ruby:$RUBY_VERSION-alpine$ALPINE_VERSION
ARG RAILS_VERSION=6.1.6
ENV SPOTLIGHT_ENGINE_PATH /spotlight/engine
ENV SPOTLIGHT_GEM /spotlight/engine
ENV RAILS_QUEUE inline