Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
WarlaxZ authored Jun 12, 2018
1 parent e6a2c63 commit e18c097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM alpine:edge
RUN apk add --no-cache --update curl

COPY build.sh /build.sh
RUN /build.sh
Expand All @@ -12,4 +13,5 @@ VOLUME /config
VOLUME /media

COPY entrypoint.sh /entrypoint.sh
HEALTHCHECK --interval=15s --timeout=15s --start-period=20s CMD curl -f http://localhost:8096/emby/system/info/public?format=json || exit 1
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit e18c097

Please sign in to comment.