remove assault from teh list until further notice
This commit is contained in:
parent
7313f24816
commit
affb5de440
@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends imagemagick vim
|
|||||||
|
|
||||||
ADD --chmod=755 https://astral.sh/uv/install.sh /install.sh
|
ADD --chmod=755 https://astral.sh/uv/install.sh /install.sh
|
||||||
RUN /install.sh && rm /install.sh
|
RUN /install.sh && rm /install.sh
|
||||||
RUN /root/.cargo/bin/uv pip install --system black && echo "black .; ./bot.py" >/usr/local/bin/start && chmod +x /usr/local/bin/start
|
RUN /root/.cargo/bin/uv pip install --system black && echo "find . -name "*sync-conflict*" -print -delete; black .; ./bot.py" >/usr/local/bin/start && chmod +x /usr/local/bin/start
|
||||||
COPY --from=0 /usr/local/lib/python3.10/site-packages /usr/local/lib/python3.10/site-packages
|
COPY --from=0 /usr/local/lib/python3.10/site-packages /usr/local/lib/python3.10/site-packages
|
||||||
ADD app /app
|
ADD app /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
@ -184,7 +184,7 @@ class Tarkov(commands.Cog):
|
|||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
dont_care = [
|
dont_care = [
|
||||||
# "assault",
|
"assault",
|
||||||
"ExUsec",
|
"ExUsec",
|
||||||
"infectedAssault",
|
"infectedAssault",
|
||||||
"infectedCivil",
|
"infectedCivil",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user