This commit is contained in:
2025-11-02 20:38:41 +02:00
parent 4bac70a2d4
commit 1af7f1854e

View File

@@ -61,7 +61,7 @@ jobs:
COPY app /app/app
ENV PIP_ROOT_USER_ACTION=ignore
RUN apt-get update && apt-get install -y --no-install-recommends \
binutils \
binutils \
&& pip install -r /app/requirements.txt \
&& cd /app/app \
&& pyinstaller --onefile --add-data "ui:ui" wolServer.py