TelDrive / Dockerfile
Mythus's picture
Update Dockerfile
62c4b24
raw
history blame contribute delete
135 Bytes
FROM ghcr.io/divyam234/teldrive/server:latest
USER root
RUN adduser -D -u 1000 user
RUN chown -R user:user /app
USER user
ENV PORT 7860