This commit is contained in:
Simon McNair 2025-03-24 20:29:51 +00:00
parent d92e9ab826
commit 0cf468b80b

View file

@ -60,7 +60,7 @@ RUN apt-get -y install libgoogle-perftools-dev && apt-get clean
ENV LD_PRELOAD=libtcmalloc.so
COPY . /docker
RUN pip install pydantic ==1.10.21
RUN pip install pydantic==1.10.21
RUN \
# mv ${ROOT}/style.css ${ROOT}/user.css && \