Add Dockerfile
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y \
|
||||
curl \
|
||||
ffmpeg && \
|
||||
curl -L https://downloads.filestash.app/upload/enterprise.tar.gz | tar -xz && \
|
||||
chmod +x /app/filestash.bin
|
||||
|
||||
EXPOSE 8334
|
||||
|
||||
ENTRYPOINT ["/app/filestash.bin"]
|
||||
Reference in New Issue
Block a user