inadvertent commit

This commit is contained in:
Ryan W
2023-12-09 13:15:57 -08:00
parent 6d3347cd41
commit 0d72782f1a
-2
View File
@@ -35,8 +35,6 @@ RUN --mount=type=cache,target=/var/cache/apt \
libvips \
pkg-config
gem update --system
# Install application gems
COPY Gemfile Gemfile.lock ./
RUN bundle install && \