File size: 155 Bytes
0cec2ca
 
7ad9fa5
 
 
 
 
 
ef309c3
1
2
3
4
5
6
7
8
9
FROM us-docker.pkg.dev/colab-images/public/runtime

USER root
RUN adduser -D -u 1000 user
RUN chown -R user:user /app
WORKDIR /app
USER user

ENV PORT 7860