We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba682f1 commit 80dae57Copy full SHA for 80dae57
Dockerfile
@@ -6,6 +6,8 @@ FROM phusion/passenger-ruby24:1.0.0
6
7
# Update OS as per https://github.com/phusion/passenger-docker#upgrading-the-operating-system-inside-the-container
8
RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold"
9
+RUN bash -lc 'rvm --default use ruby-2.4.5'
10
+
11
ENV APP_HOME=/home/app/pact_broker/
12
RUN rm -f /etc/service/nginx/down /etc/nginx/sites-enabled/default
13
COPY container /
0 commit comments