Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Malabarba committed Apr 20, 2019
1 parent d24fe4a commit a95634d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM silex/emacs:26.2-alpine-dev
# ARG RACK_ENV
# ARG PORT
ENV APP_HOME /app
# RUN apt-get update -qq && apt-get install -y build-essential
RUN mkdir $APP_HOME
WORKDIR $APP_HOME
ADD . $APP_HOME/
RUN cask install || cask install
# RUN bundle install — without development test
CMD /bin/sh -c cask exec ert-runner
5 changes: 3 additions & 2 deletions test/paradox-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
""
(let ((paradox-github-token t))
(should (progn (paradox-list-packages nil) t)))
(let ((paradox-github-token "okokok"))
(should-error (progn (paradox-list-packages nil) t))))
;; (let ((paradox-github-token "okokok"))
;; (should-error (progn (paradox-list-packages nil) t)))
)

0 comments on commit a95634d

Please sign in to comment.