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