diff --git a/linux/ecosystem/freegpt-webui/Dockerfile b/linux/ecosystem/freegpt-webui/Dockerfile index 297a30911..e3a99c9c4 100644 --- a/linux/ecosystem/freegpt-webui/Dockerfile +++ b/linux/ecosystem/freegpt-webui/Dockerfile @@ -2,7 +2,7 @@ FROM epicmorg/python:3.10-develop AS build 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 RUN apt-get update && \ @@ -18,7 +18,7 @@ COPY --from=build /root/.local /root/.local 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 ENV PATH=/root/.local/bin:$PATH