This commit is contained in:
STAM 2023-07-01 17:18:34 +03:00
parent 188f6a3089
commit 10353c9730
Signed by: stam
GPG Key ID: 4F57E51F9C45F8CD

View File

@ -2,7 +2,7 @@ FROM epicmorg/python:3.10-develop AS build
WORKDIR /app WORKDIR /app
RUN git clone https://github.com/Em1tSan/freegpt-webui-ru.git /app && RUN git clone https://github.com/Em1tSan/freegpt-webui-ru.git /app && \
rm -rfv /app/.git rm -rfv /app/.git
RUN apt-get update && \ RUN apt-get update && \
@ -18,7 +18,7 @@ COPY --from=build /root/.local /root/.local
COPY --from=build /app /app COPY --from=build /app /app
#RUN git clone https://github.com/Em1tSan/freegpt-webui-ru.git /app && #RUN git clone https://github.com/Em1tSan/freegpt-webui-ru.git /app && \
# rm -rfv /app/.git # rm -rfv /app/.git
ENV PATH=/root/.local/bin:$PATH ENV PATH=/root/.local/bin:$PATH