File size: 148 Bytes
0e8daad
 
 
 
 
 
 
1
2
3
4
5
6
7
FROM ghcr.io/divyam234/teldrive/server:latest
USER root
RUN adduser -D -u 1000 user
RUN chown -R user:user /app
WORKDIR /app
USER user
ENV PORT 7860