Skip to content

Commit 7033446

Browse files
committed
Optimize Dockerfile
1 parent cb3f317 commit 7033446

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ RUN rm -Rf /app; \
66

77
ADD . /app
88

9-
RUN gem install bundler; \
10-
cp /app/supervisord.conf /etc/supervisord.conf; \
9+
RUN cp /app/supervisord.conf /etc/supervisord.conf; \
1110
cd /app/ && bundle install;
1211

1312

0 commit comments

Comments
 (0)