We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be15fac commit c66fcafCopy full SHA for c66fcaf
Dockerfile
@@ -3,7 +3,6 @@ FROM ruby:2.3.1
3
ENV WORKDIR /var/www
4
WORKDIR $WORKDIR
5
ADD . $WORKDIR
6
-RUN rm .env
7
RUN bundle install --without development test --deployment
8
RUN mkdir -p tmp/pids
9
EXPOSE 9000
0 commit comments