Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -2,6 +2,7 @@ FROM lfoppiano/pdf-tei-editor:latest
|
|
| 2 |
|
| 3 |
COPY --chown=root entrypoint.sh /entrypoint.sh
|
| 4 |
RUN chmod 777 /entrypoint.sh
|
|
|
|
| 5 |
RUN mkdir -m 777 -p /.cache/uv
|
| 6 |
|
| 7 |
ENTRYPOINT ["/entrypoint.sh"]
|
|
|
|
| 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"]
|