We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3f317 commit 7033446Copy full SHA for 7033446
Dockerfile
@@ -6,8 +6,7 @@ RUN rm -Rf /app; \
6
7
ADD . /app
8
9
-RUN gem install bundler; \
10
- cp /app/supervisord.conf /etc/supervisord.conf; \
+RUN cp /app/supervisord.conf /etc/supervisord.conf; \
11
cd /app/ && bundle install;
12
13
0 commit comments