This is where it all begins...

This commit is contained in:
2025-11-02 20:35:52 +02:00
parent d6decb3c3d
commit 4bac70a2d4

View File

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