Update Dockerfile

This commit is contained in:
Alexandre
2021-02-16 15:21:33 +01:00
committed by GitHub
parent f29e1aeef5
commit 2f64a9e76c

View File

@@ -1,5 +1,5 @@
ARG BUILD_VERSION
FROM hurlenko/filebrowser:$BUILD_VERSION
FROM hurlenko/filebrowser:v$BUILD_VERSION
# Copy root filesystem
COPY rootfs /
@@ -22,4 +22,4 @@ RUN apk add --no-cache \
VOLUME [ "/data" ]
CMD ["--root=/data", "--address=0.0.0.0", "--database=/config/filebrowser/filebrowser.db"]
CMD ["--root=/data", "--address=0.0.0.0", "--database=/config/filebrowser/filebrowser.db"]