Skip to content

Commit c66fcaf

Browse files
committed
Fix Dockerfile
1 parent be15fac commit c66fcaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM ruby:2.3.1
33
ENV WORKDIR /var/www
44
WORKDIR $WORKDIR
55
ADD . $WORKDIR
6-
RUN rm .env
76
RUN bundle install --without development test --deployment
87
RUN mkdir -p tmp/pids
98
EXPOSE 9000

0 commit comments

Comments
 (0)