АП

Size: a a a
АП
АП
R
АП
R
АП
АП
R
R
АП
R
АП
АП
R
АП
R
R
FROM ruby:latest
COPY . /application
WORKDIR /application
ENV RAILS_ENV production
ENV RAILS_LOG_TO_STDOUT enabled
ENV RAILS_SERVE_STATIC_FILES enabled
ENV SECRET_KEY_BASE 1
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - \
&& apt install -y nodejs
RUN npm install -g yarn
RUN bundle install
ENTRYPOINT ./entrypoint.sh
R
АП