mirror of
https://github.com/caprover/caprover
synced 2026-09-24 23:55:36 +00:00
RACK_ENV variable added to the ruby dockerfile.
This commit is contained in:
@@ -6,7 +6,7 @@ WORKDIR /usr/src/app
|
||||
COPY ./src/Gemfile /usr/src/app/
|
||||
RUN bundle install
|
||||
COPY ./src /usr/src/app
|
||||
|
||||
ENV RACK_ENV production
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["rackup", "config.ru", "--host", "0.0.0.0", "--port", "80"]
|
||||
|
||||
Reference in New Issue
Block a user