diff --git a/server/Dockerfile b/server/Dockerfile index 480936b5..a0792c4e 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -33,9 +33,6 @@ RUN pip3 install --no-cache-dir --disable-pip-version-check \ "pillow-avif-plugin~=1.1.0" RUN apk --no-cache del py3-pip -COPY ./ /opt/app/ -RUN rm -rf /opt/app/szurubooru/tests - FROM --platform=$BUILDPLATFORM prereqs as testing WORKDIR /opt/app @@ -74,7 +71,6 @@ RUN apk --no-cache add \ py3-setuptools \ py3-waitress - COPY ./ /opt/app/ RUN mkdir -p /opt/app /data \