This commit is contained in:
Tim Lianov 2025-01-09 21:26:37 +04:00
parent c63fc0464e
commit da6f20e250

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