Update Dockerfile

This commit is contained in:
simonmcnair 2025-03-10 20:36:59 +00:00 committed by GitHub
parent 1e34142322
commit d2ec770e8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,7 +92,6 @@ RUN --mount=type=cache,target=${USER_HOME}/.cache/pip \
# maybe move this up to the dependencies list.
ENV LD_PRELOAD=libtcmalloc.so
COPY . /docker
COPY --chown=$PUID:$PGID . /docker
RUN \
# mv ${ROOT}/style.css ${ROOT}/user.css && \