change dockerfile

This commit is contained in:
2025-12-31 21:26:01 -08:00
parent 2ccbc87c34
commit eac6faf073

View File

@@ -4,4 +4,4 @@ COPY composer /composer
RUN apk update RUN apk update
RUN apk add --no-cache git python3 py3-pip RUN apk add --no-cache git python3 py3-pip
RUN pip3 install --no-cache-dir --break-system-packages -r composer/requirements.txt RUN pip3 install --no-cache-dir --break-system-packages -r composer/requirements.txt
ENTRYPOINT python3 composer/entrypoint.py ENTRYPOINT ["python3", "composer/entrypoint.py"]