This commit is contained in:
Tim Lianov 2025-01-09 21:27:10 +04:00
parent da6f20e250
commit 7eb07cd976

View File

@ -39,7 +39,7 @@ RUN gem update --system "$RUBYGEMS_VERSION"
ENV BUNDLER_VERSION 1.14.5
RUN gem install bundler --version "$BUNDLER_VERSION"
ADD ../devops-service/ /app/
ADD /devops-service/ /app/
WORKDIR /app
RUN bundle install