Update Dockerfile

This commit is contained in:
simonmcnair 2025-03-10 20:39:20 +00:00 committed by GitHub
parent 04a09cb31c
commit 658ac33371
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,7 +103,7 @@ RUN --mount=type=cache,target=${USER_HOME}/.cache/pip \
ENV LD_PRELOAD=libtcmalloc.so
COPY . /docker
COPY --chown=$PUID:$PGID . /docker
RUN \
# mv ${ROOT}/style.css ${ROOT}/user.css && \