Too lazy to write descriptive message

This commit is contained in:
2025-11-04 20:13:59 +02:00
parent e525dfde3a
commit 0d301874c7

View File

@@ -48,7 +48,8 @@ jobs:
COPY app ./app
RUN apt-get update && apt-get install -y --no-install-recommends binutils \
&& pip install -r /app/requirements.txt \
&& cd /app/app && pyinstaller --onefile --add-data "ui:ui" wolServer.py' > Dockerfile
&& cd /app/app && pyinstaller --onefile --add-data "ui:ui" wolServer.py
&& mkdir -p /output && cp dist/wolServer /output/' > Dockerfile
docker buildx build --platform linux/arm64/v8 --output type=local,dest=app/dist .
fi