mirror of
https://github.com/Luzifer/github-masswatch.git
synced 2024-12-22 19:11:17 +00:00
Update Dockerfile, remove onbuild flavour
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
585f10a4ef
commit
460bf2d13d
1 changed files with 9 additions and 1 deletions
10
Dockerfile
10
Dockerfile
|
@ -1,3 +1,11 @@
|
||||||
FROM ruby:2.1.9-onbuild
|
FROM ruby:2.1.9-alpine
|
||||||
|
|
||||||
|
LABEL maintainer "Knut Ahlers <knut@ahlers.me>"
|
||||||
|
|
||||||
|
COPY . /src
|
||||||
|
WORKDIR /src
|
||||||
|
|
||||||
|
RUN set -ex \
|
||||||
|
&& bundle install --full-index
|
||||||
|
|
||||||
ENTRYPOINT ["./watch.rb"]
|
ENTRYPOINT ["./watch.rb"]
|
||||||
|
|
Loading…
Reference in a new issue