File size: 449 Bytes
d8a3202
 
f31058d
 
 
 
 
 
 
 
71effc3
 
d8a3202
 
 
10a2755
7284a8c
19d0de0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
FROM cboulanger/pdf-tei-editor:v0.9.0

RUN apt-get update && \
    apt-get install -y \
      bash \
      git git-lfs \
      wget curl procps \
      htop vim nano && \
    rm -rf /var/lib/apt/lists/*

COPY --chown=root entrypoint.sh /entrypoint.sh
RUN chmod 777 /entrypoint.sh
# RUN chmod 777 /app
# RUN mkdir -m 777 -p /.cache/uv

# ENTRYPOINT ["/entrypoint.sh"]
CMD /entrypoint.sh
# CMD [".venv/bin/python", "bin/start-prod", "0.0.0.0", "8080"]