Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -4,6 +4,8 @@ RUN apt-get update && apt-get install -y git
|
|
4 |
|
5 |
RUN git clone https://github.com/zhiyu1998/Gemi2Api-Server.git /app
|
6 |
|
|
|
|
|
7 |
WORKDIR /app
|
8 |
|
9 |
RUN uv sync
|
|
|
4 |
|
5 |
RUN git clone https://github.com/zhiyu1998/Gemi2Api-Server.git /app
|
6 |
|
7 |
+
RUN mkdir /.cache && chmod -R 777 /.cache
|
8 |
+
|
9 |
WORKDIR /app
|
10 |
|
11 |
RUN uv sync
|