Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -4,6 +4,7 @@ RUN apt-get update && \
|
|
| 4 |
apt-get install -y git && \
|
| 5 |
apt-get clean && \
|
| 6 |
rm -rf /var/lib/apt/lists/*
|
|
|
|
| 7 |
RUN git clone https://github.com/snailyp/zai-proxy.git /app
|
| 8 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 9 |
EXPOSE 7860
|
|
|
|
| 4 |
apt-get install -y git && \
|
| 5 |
apt-get clean && \
|
| 6 |
rm -rf /var/lib/apt/lists/*
|
| 7 |
+
ARG DATE=$(date +%F)
|
| 8 |
RUN git clone https://github.com/snailyp/zai-proxy.git /app
|
| 9 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 10 |
EXPOSE 7860
|