Skip to content

Commit

Permalink
change the dockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ji committed Dec 19, 2021
1 parent 5d36a6c commit 3750173
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

RUN apk --update add ca-certificates \
mailcap \
curl
RUN apk add yasm && apk add ffmpeg
curl \
yasm \
ffmpeg

HEALTHCHECK --start-period=2s --interval=5s --timeout=3s \
CMD curl -f http://localhost/health || exit 1
Expand Down

0 comments on commit 3750173

Please sign in to comment.