Too lazy to write descriptive message
This commit is contained in:
@@ -48,7 +48,8 @@ jobs:
|
|||||||
COPY app ./app
|
COPY app ./app
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends binutils \
|
RUN apt-get update && apt-get install -y --no-install-recommends binutils \
|
||||||
&& pip install -r /app/requirements.txt \
|
&& 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 .
|
docker buildx build --platform linux/arm64/v8 --output type=local,dest=app/dist .
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user