Skip to content

Commit eeeea6b

Browse files
committed
run filebrowser over ubuntu
1 parent 16c4455 commit eeeea6b

4 files changed

Lines changed: 15459 additions & 23 deletions

File tree

Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
FROM alpine:latest
2-
RUN apk --update add ca-certificates \
3-
mailcap \
4-
curl
1+
FROM ubuntu:latest
2+
RUN apt update
3+
RUN apt install -y ca-certificates sendmail curl
54

65
HEALTHCHECK --start-period=2s --interval=5s --timeout=3s \
76
CMD curl -f http://localhost:9091/health || exit 1
@@ -12,4 +11,4 @@ COPY .docker.json /.filebrowser.json
1211
COPY filebrowser /filebrowser
1312
COPY run.sh /run.sh
1413

15-
ENTRYPOINT [ "/run.sh" ]
14+
ENTRYPOINT [ "/run.sh" ]

0 commit comments

Comments
 (0)