Skip to content

Commit

Permalink
Simplification and cleanup for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcliff committed Jan 21, 2020
1 parent ae6b220 commit e1eabd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.55
0.7.56
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ USER charon
RUN mkdir -p /home/charon/web
RUN mkdir -p /home/charon/images
WORKDIR /home/charon/web
COPY --chown=charon:charon Gemfile /home/charon/web/Gemfile
COPY --chown=charon:charon Gemfile.lock /home/charon/web/Gemfile.lock
RUN bundle install
COPY --chown=charon:charon . /home/charon/web
RUN bundle install
RUN cp /home/charon/web/scripts/msmtprc /home/charon/.msmtprc

0 comments on commit e1eabd3

Please sign in to comment.