lfoppiano commited on
Commit
d8a3202
·
verified ·
1 Parent(s): 24f1921

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -0
Dockerfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ FROM cboulanger/pdf-tei-editor:v0.9.0
2
+
3
+ # COPY --chown=root entrypoint.sh /entrypoint.sh
4
+ # RUN chmod 777 /entrypoint.sh
5
+ # RUN chmod 777 /app
6
+ # RUN mkdir -m 777 -p /.cache/uv
7
+
8
+ ENTRYPOINT ["/entrypoint.sh"]