We know the game and we're gonna play it
This commit is contained in:
@@ -59,10 +59,8 @@ jobs:
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY requirements.txt /app/requirements.txt
|
COPY requirements.txt /app/requirements.txt
|
||||||
COPY app /app/app
|
COPY app /app/app
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
|
||||||
ENV PIP_ROOT_USER_ACTION=ignore
|
ENV PIP_ROOT_USER_ACTION=ignore
|
||||||
RUN python -m pip install --upgrade pip \
|
RUN pip install -r /app/requirements.txt \
|
||||||
&& pip install -r /app/requirements.txt \
|
|
||||||
&& cd /app/app \
|
&& cd /app/app \
|
||||||
&& pyinstaller --onefile --add-data "ui:ui" wolServer.py
|
&& pyinstaller --onefile --add-data "ui:ui" wolServer.py
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user